graphql-js
graphql-js copied to clipboard
Descriptions on executable documents
Enhance GraphQL parser and printer to support descriptions for operations, variables, and fragments
This commit is based on https://github.com/graphql/graphql-js/pull/3402 , rebased onto graphql-js 16 and with added tests
Implements https://github.com/graphql/graphql-spec/pull/1170