GraphiQL API Documentation
    Preparing search index...
    type ContextToken = {
        end: number;
        start: number;
        state: State;
        string: string;
        style?: string;
    }
    Index

    Properties

    end: number
    start: number
    state: State
    string: string
    style?: string