Hey all; I just inherited some code that uses <htt...
# orm-help
f
Hey all; I just inherited some code that uses https://github.com/prismagraphql/graphql-request and noticed it's sending the query (mutation) as parsed JSON, which I think may be causing an issue when our backend interprets it. https://github.com/apollographql/apollo-client sends the query as a large string. Is there any difference, or any way to have
graphql-request
not parse the query?
Think I figured it out - not compatible with
graphql-tag