@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultSumAggregates

    interface ZslSeasonResultSumAggregates {
        seasonId: any;
        userId: any;
        position: any;
        points: any;
        __typename: "ZslSeasonResultSumAggregates";
    }
    Index

    Properties

    seasonId: any

    Sum of seasonId across the matching connection

    userId: any

    Sum of userId across the matching connection

    position: any

    Sum of position across the matching connection

    points: any

    Sum of points across the matching connection

    __typename: "ZslSeasonResultSumAggregates"