@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundUsersByZslRoundResultManyToManyEdge

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

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

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

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