So I was wondering how I can convert a DocumentNode
back to a query string in graphql-js
.
I thought at first it should be a simple var.toString()
but it turns out that it is not like that at all.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
So I was wondering how I can convert a DocumentNode
back to a query string in graphql-js
.
I thought at first it should be a simple var.toString()
but it turns out that it is not like that at all.