graphql-js
graphql-js copied to clipboard
A reference implementation of GraphQL for JavaScript
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...
(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...