@zeepkist/graphql
    Preparing search index...

    Interface RecordLevelsByPersonalBestGlobalManyToManyEdge

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

    interface RecordLevelsByPersonalBestGlobalManyToManyEdge {
        cursor: any;
        node: Level;
        personalBestGlobals: PersonalBestGlobalsConnection;
        __typename: "RecordLevelsByPersonalBestGlobalManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Level

    The Level at the end of the edge.

    personalBestGlobals: PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    __typename: "RecordLevelsByPersonalBestGlobalManyToManyEdge"