graphql-go / graphql-go/graphql

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

Open
#692 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.