libgraphqlparser
libgraphqlparser copied to clipboard
Missing support for ID scalar type
I am running into trouble when using libgraphqlparser in combination with GraphQL schemas that rely on the ID scalar type, which is part of the GraphQL specification.
Looking at the types defined for this library, it seems that the ID scalar type is currently not yet supported. Is that correct?