@zeepkist/graphql
    Preparing search index...

    Interface UserZslRoundsByZslRoundResultManyToManyEdge

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

    interface UserZslRoundsByZslRoundResultManyToManyEdge {
        cursor: any;
        node: ZslRound;
        position: number;
        points: number;
        dateCreated: any;
        dateUpdated: any;
        __typename: "UserZslRoundsByZslRoundResultManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: ZslRound

    The ZslRound at the end of the edge.

    position: number
    points: number
    dateCreated: any
    dateUpdated: any
    __typename: "UserZslRoundsByZslRoundResultManyToManyEdge"