@zeepkist/graphql
    Preparing search index...

    Interface RecordLevelsByWorldRecordGlobalManyToManyEdgeGenqlSelection

    A Level edge in the connection, with data from WorldRecordGlobal.

    interface RecordLevelsByWorldRecordGlobalManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelGenqlSelection;
        worldRecordGlobals?: WorldRecordGlobalsConnectionGenqlSelection & {
            __args?: {
                first?: null | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | WorldRecordGlobalsOrderBy[];
                condition?: null | WorldRecordGlobalCondition;
                filter?: null | WorldRecordGlobalFilter;
            };
        };
        __typename?: number
        | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The Level at the end of the edge.

    worldRecordGlobals?: WorldRecordGlobalsConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | WorldRecordGlobalsOrderBy[];
            condition?: null | WorldRecordGlobalCondition;
            filter?: null | WorldRecordGlobalFilter;
        };
    }

    Reads and enables pagination through a set of WorldRecordGlobal.

    __typename?: number | boolean
    __scalar?: number | boolean