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