@zeepkist/graphql
    Preparing search index...

    Interface LevelRecordsByPersonalBestGlobalManyToManyEdgeGenqlSelection

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

    interface LevelRecordsByPersonalBestGlobalManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: RecordGenqlSelection;
        personalBestGlobals?: PersonalBestGlobalsConnectionGenqlSelection & {
            __args?: {
                first?: number | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: PersonalBestGlobalsOrderBy[] | null;
                condition?: PersonalBestGlobalCondition | null;
                filter?: PersonalBestGlobalFilter | 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.

    personalBestGlobals?: PersonalBestGlobalsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: PersonalBestGlobalsOrderBy[] | null;
            condition?: PersonalBestGlobalCondition | null;
            filter?: PersonalBestGlobalFilter | null;
        };
    }

    Reads and enables pagination through a set of PersonalBestGlobal.

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