libgraphqlparser
libgraphqlparser copied to clipboard
Missing support for extending input object types
GraphQL allows to extend input object types, i.e.:
Input object type extensions are used to represent an input object type which has been extended from some original input object type.
libgraphqlparser currently does not support parsing schema definitions including input object type extensions.