graphql-over-http icon indicating copy to clipboard operation
graphql-over-http copied to clipboard

Working draft of "GraphQL over HTTP" specification

Results 34 graphql-over-http issues
Sort by recently updated
recently updated
newest added

Just to clarify: What would be the correct behaviour for a root level resolver which did not find and matching records (404), or knows that the requested record is no...

Hello, When discussing some issues that appeared when trying to integrate https://github.com/apollographql/apollo-kotlin and https://github.com/google/cronet-transport-for-okhttp (specifically: https://github.com/apollographql/apollo-kotlin/issues/5885) and in the course of this discussion, we encountered something that we're not sure...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Unless I missed it, this specification doesn't specify the contents of the response body when a non-well-formed GraphQL-over-HTTP request is received, only specifying the response status codes to use. I...