You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: