Join Slack
Powered by
Hey all; I just inherited some code that uses <htt...
# orm-help
f
Futuristic Ferret
08/07/2018, 5:56 PM
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?
Futuristic Ferret
08/07/2018, 7:16 PM
Think I figured it out - not compatible with
graphql-tag
Open in Slack
Previous
Next