Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error when parsing shape applied to type cast #7045

Closed
wants to merge 3 commits into from

Conversation

dnwpark
Copy link
Contributor

@dnwpark dnwpark commented Mar 14, 2024

When passing the query from #6605, the error has been changed to:

select User filter .id = <uuid>$userId { id };
error: EdgeQLSyntaxError: cannot apply a shape to the parameter
  ┌─ <query>:1:32
  │
1 │ select User filter .id = <uuid>$userId { id };
  │                                ^^^^^^^ error

@dnwpark dnwpark requested a review from msullivan March 14, 2024 18:43
@dnwpark dnwpark closed this Mar 14, 2024
@dnwpark dnwpark deleted the type-cast-expr branch March 14, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant