libgraphqlparser icon indicating copy to clipboard operation
libgraphqlparser copied to clipboard

Missing support for extending input object types

Open ErikWittern opened this issue 6 years ago • 0 comments

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.

ErikWittern avatar Nov 26 '19 12:11 ErikWittern