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

Unable to pass {{....}} as part of query or mutation string #692

Open
j-robin-hunter opened this issue Apr 29, 2024 · 0 comments
Open

Unable to pass {{....}} as part of query or mutation string #692

j-robin-hunter opened this issue Apr 29, 2024 · 0 comments

Comments

@j-robin-hunter
Copy link

Any string passed within a mutation or query that contains {{...}} will have the {{...}} stripped before being pressented to the resolver.

In my case I am trying to pass a template to the server side using graphql so that the server can procvess the template. The golang templating uses {{..}} as operation delimited so this never get passed through to the resolver for processing.

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

No branches or pull requests

1 participant