@zeepkist/graphql
    Preparing search index...

    Interface LevelRecordsByPersonalBestGlobalManyToManyEdge

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

    interface LevelRecordsByPersonalBestGlobalManyToManyEdge {
        cursor: any;
        node: Record;
        personalBestGlobals: PersonalBestGlobalsConnection;
        __typename: "LevelRecordsByPersonalBestGlobalManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Record

    The Record at the end of the edge.

    personalBestGlobals: PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    __typename: "LevelRecordsByPersonalBestGlobalManyToManyEdge"