libgraphqlparser icon indicating copy to clipboard operation
libgraphqlparser copied to clipboard

Clean C++ example to get object hierarchy from introspection schema

Open arindam04 opened this issue 6 years ago • 1 comments

Hi, I am looking for a clean C++ example to retrieve the object hierarchy from graphql introspection JSON schema. Is that possible with this library?

arindam04 avatar May 24 '19 10:05 arindam04

@arindam04 I am in the same boat. As far as I understand the scope of this library, it will not help you in turning an introspection query (likely in JSON) into an in-memory GraphQL schema AST. You would have to write that code yourself, relying on the class hierarchy provided by this library.

ErikWittern avatar Jun 14 '19 15:06 ErikWittern