@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByPersonalBestGlobalManyToManyEdge

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

    interface LevelUsersByPersonalBestGlobalManyToManyEdge {
        cursor: any;
        node: User;
        personalBestGlobals: PersonalBestGlobalsConnection;
        __typename: "LevelUsersByPersonalBestGlobalManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

    personalBestGlobals: PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    __typename: "LevelUsersByPersonalBestGlobalManyToManyEdge"