Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arindam04 opened this issue May 24, 2019 · 1 comment
Open

Comments

@arindam04
Copy link

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?

@ErikWittern
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants