@zeepkist/graphql
    Preparing search index...

    Interface UserRecordsByWorldRecordGlobalManyToManyEdgeGenqlSelection

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

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

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The Record at the end of the edge.

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

    Reads and enables pagination through a set of WorldRecordGlobal.

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