@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelDistinctCountAggregates

    interface ZslLevelDistinctCountAggregates {
        id: any;
        roundId: any;
        levelId: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "ZslLevelDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    roundId: any

    Distinct count of roundId across the matching connection

    levelId: any

    Distinct count of levelId across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    __typename: "ZslLevelDistinctCountAggregates"