graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

A reference implementation of GraphQL for JavaScript

Results 284 graphql-js issues
Sort by recently updated
recently updated
newest added

Implements the changes proposed in https://github.com/graphql/graphql-spec/pull/1015

Fixes #2241 Added support to add comments in lexer itself. Modified the tests as the root structure of the response is changed. Added some tests. Please comment if more test...

PR: feature 🚀

(I thought I'd filed this a while ago but apparently not! Came from https://github.com/apollographql/apollo-server/issues/4472#issuecomment-1083734981) `graphql-js` doesn't proactively short-circuit executions when they are guaranteed to end up ignored by a null-bubbling,...

Once execution begins, there's no way to stop it from running until completion. However, servers may want to be able to stop execution. For example: - Servers may have a...