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