@zeepkist/graphql
    Preparing search index...

    Interface RecordLevelsByWorldRecordGlobalManyToManyEdge

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

    interface RecordLevelsByWorldRecordGlobalManyToManyEdge {
        cursor: any;
        node: Level;
        worldRecordGlobals: WorldRecordGlobalsConnection;
        __typename: "RecordLevelsByWorldRecordGlobalManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Level

    The Level at the end of the edge.

    worldRecordGlobals: WorldRecordGlobalsConnection

    Reads and enables pagination through a set of WorldRecordGlobal.

    __typename: "RecordLevelsByWorldRecordGlobalManyToManyEdge"