GraphiQL API Documentation
Preparing search index...
graphql-language-service
LexRules
Variable LexRules
Const
LexRules
:
{
Comment
:
RegExp
;
Name
:
RegExp
;
Number
:
RegExp
;
Punctuation
:
RegExp
;
String
:
RegExp
;
}
= ...
The lexer rules. These are exactly as described by the spec.
Type Declaration
Comment
:
RegExp
Name
:
RegExp
Number
:
RegExp
Punctuation
:
RegExp
String
:
RegExp
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GraphiQL API Documentation
Loading...
The lexer rules. These are exactly as described by the spec.