libgraphqlparser
libgraphqlparser copied to clipboard
Missing support for descriptions
Descriptions allow to annotate definitions in a GraphQL schema with human-readable content, which is also made available via introspection. It seems that libgraphqlparser currently fails when encountering descriptions with an exception of the following type:
Parser failed with error: <line.column-length>: syntax error, unexpected STRING, expecting EOF