package
0.4.0
Repository: https://github.com/crowdstrike/gql.git
Documentation: pkg.go.dev

# README

We are using gqlparser for parsing GraphQL schema. Lexer in gqlparser drops all the comments when it returns the ast. Since we are using comments to enable/disable lint rules we are using a slightly modified (only change being not dropping the comments) lexer from gqlparser.

If in future gqlparser supports this functionality or there is another lexer which can give us access to comments in schema, we would remove this copied code.

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Lexer turns graphql request and schema strings into tokens.
No description provided by the author

# Type aliases

Kind represents a type of token.