GraphiQL API Documentation
    Preparing search index...

    Variable LexRulesConst

    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