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

parses and ignores type annotations in native operaton parameters when executing #130

Conversation

hallettj
Copy link
Collaborator

With changes in the native query DX we can now have type annotations in native query pipelines, and in native mutation commands. For example,

[{
  "$documents": [{
    "__value": "{{ name | string! }}"
  }]
}]

The connector needs to be updated so that when executing it does not interpret type annotations as part of the parameter name.

@hallettj hallettj merged commit 422e6ef into main Nov 25, 2024
1 check passed
@hallettj hallettj deleted the jessehallett/eng-1366-handle-parameter-type-annotation-on-the-connector-side branch November 25, 2024 19:12
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.

2 participants