@zeepkist/graphql
    Preparing search index...

    Interface LevelZslRoundsByZslLevelManyToManyEdge

    A ZslRound edge in the connection, with data from ZslLevel.

    interface LevelZslRoundsByZslLevelManyToManyEdge {
        cursor: any;
        node: ZslRound;
        zslLevels: ZslLevelsConnection;
        __typename: "LevelZslRoundsByZslLevelManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: ZslRound

    The ZslRound at the end of the edge.

    Reads and enables pagination through a set of ZslLevel.

    __typename: "LevelZslRoundsByZslLevelManyToManyEdge"