@zeepkist/graphql
    Preparing search index...

    Interface UserZslSeasonsByZslSeasonResultManyToManyEdge

    A ZslSeason edge in the connection, with data from ZslSeasonResult.

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

    Properties

    cursor: any

    A cursor for use in pagination.

    node: ZslSeason

    The ZslSeason at the end of the edge.

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