Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GraphiQL to latest version - POST Request is not Spec conform #40

Open
glucaci opened this issue Jun 28, 2018 · 0 comments
Open

Comments

@glucaci
Copy link

glucaci commented Jun 28, 2018

This is how the POST Request payload should look like:

{
  "query": "...",
  "operationName": "...",
  "variables": { "myVariable": "someValue", ... }
}

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.

@glucaci 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant