@zeepkist/graphql
    Preparing search index...

    Interface RecordLevelsByWorldRecordGlobalManyToManyConnection

    A connection to a list of Level values, with data from WorldRecordGlobal.

    interface RecordLevelsByWorldRecordGlobalManyToManyConnection {
        nodes: Level[];
        edges: RecordLevelsByWorldRecordGlobalManyToManyEdge[];
        pageInfo: PageInfo;
        totalCount: number;
        __typename: "RecordLevelsByWorldRecordGlobalManyToManyConnection";
    }
    Index

    Properties

    nodes: Level[]

    A list of Level objects.

    A list of edges which contains the Level, info from the WorldRecordGlobal, and the cursor to aid in pagination.

    pageInfo: PageInfo

    Information to aid in pagination.

    totalCount: number

    The count of all Level you could get from the connection.

    __typename: "RecordLevelsByWorldRecordGlobalManyToManyConnection"