@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByPersonalBestGlobalManyToManyEdgeGenqlSelection

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

    interface LevelUsersByPersonalBestGlobalManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: UserGenqlSelection;
        id?: number | boolean;
        recordId?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The User at the end of the edge.

    id?: number | boolean
    recordId?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean
    __typename?: number | boolean
    __scalar?: number | boolean