libgraphqlparser
libgraphqlparser copied to clipboard
Missing support for extending interfaces
In addition to extending types, GraphQL also allows to extend interfaces. This seems currently not supported by libgraphqlparser, though, which fails with an exception of the type:
Parser failed with error: <line.column-length>: syntax error, unexpected interface, expecting type