You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we traverse the AST, however the graphql library has another higher level type it can create called a Schema which is a parsing of the AST.
We should look into if we are able to traverse that instead of the AST or if we can parse the schema to the AST traversing for allowing to see this extra information.
The text was updated successfully, but these errors were encountered:
Currently we traverse the AST, however the graphql library has another higher level type it can create called a Schema which is a parsing of the AST.
We should look into if we are able to traverse that instead of the AST or if we can parse the schema to the AST traversing for allowing to see this extra information.
The text was updated successfully, but these errors were encountered: