@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByWorldRecordGlobalManyToManyEdge

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

    interface UserLevelsByWorldRecordGlobalManyToManyEdge {
        cursor: any;
        node: Level;
        worldRecordGlobals: WorldRecordGlobalsConnection;
        __typename: "UserLevelsByWorldRecordGlobalManyToManyEdge";
    }
    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: "UserLevelsByWorldRecordGlobalManyToManyEdge"