Skip to content

Look into schema traversing instead of AST traversing #10

@olivernybroe

Description

@olivernybroe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions