GraphiQL API Documentation
    Preparing search index...

    Variable ParseRulesConst

    ParseRules: { [name: string]: ParseRule } = ...

    The parser rules. These are very close to, but not exactly the same as the spec. Minor deviations allow for a simpler implementation. The resulting parser can parse everything the spec declares possible.

    Type Declaration