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
In the version of graphiql that is used the "variables" are warped in a string like this
"variables": "{ "myVariable": "someValue", ... }"
In the last version of graphiql this is fixed.
The text was updated successfully, but these errors were encountered:
glucaci
changed the title
Update GraphiQL to latest version - GET Request is not Spec conform
Update GraphiQL to latest version - POST Request is not Spec conform
Jun 28, 2018
This is how the POST Request payload should look like:
In the version of graphiql that is used the "variables" are warped in a string like this
In the last version of graphiql this is fixed.
The text was updated successfully, but these errors were encountered: