@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelSumAggregates

    interface ZslLevelSumAggregates {
        id: any;
        roundId: any;
        levelId: any;
        __typename: "ZslLevelSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    roundId: any

    Sum of roundId across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    __typename: "ZslLevelSumAggregates"