@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonMaxAggregates

    interface ZslSeasonMaxAggregates {
        id: number | null;
        pointsStructureId: number | null;
        __typename: "ZslSeasonMaxAggregates";
    }
    Index

    Properties

    id: number | null

    Maximum of id across the matching connection

    pointsStructureId: number | null

    Maximum of pointsStructureId across the matching connection

    __typename: "ZslSeasonMaxAggregates"