libgraphqlparser
libgraphqlparser copied to clipboard
Clean C++ example to get object hierarchy from introspection schema
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 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.