graphql-go / graphql-go/graphql
Unable to pass {{....}} as part of query or mutation string
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.