GraphiQL API Documentation
    Preparing search index...
    type ParserOptions = {
        eatWhitespace: (stream: CharacterStream) => boolean;
        editorConfig: { [name: string]: any };
        lexRules: Partial<typeof LexRules>;
        parseRules: typeof ParseRules;
    }
    Index

    Properties

    eatWhitespace: (stream: CharacterStream) => boolean
    editorConfig: { [name: string]: any }
    lexRules: Partial<typeof LexRules>
    parseRules: typeof ParseRules