@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonsEdge

    A ZslSeason edge in the connection.

    interface ZslSeasonsEdge {
        cursor: any;
        node: ZslSeason;
        __typename: "ZslSeasonsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: ZslSeason

    The ZslSeason at the end of the edge.

    __typename: "ZslSeasonsEdge"