GraphiQL API Documentation
    Preparing search index...

    Type Alias ContextTokenForCodeMirror

    type ContextTokenForCodeMirror = {
        end: number;
        start: number;
        state: State;
        string: string;
        type: string | null;
    }
    Index

    Properties

    end: number
    start: number
    state: State
    string: string
    type: string | null