Feature request :
The use case of this, is when you build a Go API that receives a graphql query that you want to validate and modify before passing it to your graph DB.
Basically :
-
you receive a string as mentionned in your example :
const queryTemplate =
"query": "
query an_operation_name {
a_field_name (`
-
You want to marshall it to graphb. And modify it.
3)Marshall it and send it to the graph DB.
Thanks you for this library.