graphqexl v0.1.0-alpha-rc.24 Graphqexl.Tokens
Mostly a databag module containing keywords, tokens and regex patterns related to the GraphQL spec. Also contains functions for fetching them by key.
Link to this section Summary
Functions
Retrieve a token by key
Retrieve an identifier token by key
Retrieve a keyword token by key
Retrieve a token pattern by key
Link to this section Functions
Retrieve a token by key
Returns: String.t/0
| Map.t
Retrieve an identifier token by key
Returns: String.t/0
Retrieve a keyword token by key
Returns: String.t/0
Retrieve a token pattern by key
Returns: Regex.t/0