@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultMaxAggregateFilter

    interface ZslSeasonResultMaxAggregateFilter {
        seasonId?: IntFilter | null;
        userId?: IntFilter | null;
        position?: IntFilter | null;
        points?: IntFilter | null;
    }
    Index

    Properties

    seasonId?: IntFilter | null
    userId?: IntFilter | null
    position?: IntFilter | null
    points?: IntFilter | null