libgraphqlparser
libgraphqlparser copied to clipboard
Missing support for extending schemas
GraphQL allows to extend schemas, i.e.:
[...] to represent a schema which has been extended from an original schema. For example, this might be used by a GraphQL service which adds additional operation types, or additional directives to an existing schema.
libgraphqlparser currently does not support the parsing schema definitions including schema extensions.