@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByPersonalBestGlobalManyToManyEdge

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

    interface UserLevelsByPersonalBestGlobalManyToManyEdge {
        cursor: any;
        node: Level;
        id: number;
        recordId: number;
        dateCreated: any;
        dateUpdated: any;
        __typename: "UserLevelsByPersonalBestGlobalManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Level

    The Level at the end of the edge.

    id: number
    recordId: number
    dateCreated: any
    dateUpdated: any
    __typename: "UserLevelsByPersonalBestGlobalManyToManyEdge"