@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultsEdge

    A ZslSeasonResult edge in the connection.

    interface ZslSeasonResultsEdge {
        cursor: any;
        node: ZslSeasonResult;
        __typename: "ZslSeasonResultsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The ZslSeasonResult at the end of the edge.

    __typename: "ZslSeasonResultsEdge"