libgraphqlparser icon indicating copy to clipboard operation
libgraphqlparser copied to clipboard

Missing support for ID scalar type

Open ErikWittern opened this issue 6 years ago • 0 comments

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?

ErikWittern avatar Jan 17 '19 17:01 ErikWittern