@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureDistinctCountAggregates

    interface ZslPointsStructureDistinctCountAggregates {
        id: any;
        name: any;
        points: any;
        minimumPoints: any;
        bestOf: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "ZslPointsStructureDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    name: any

    Distinct count of name across the matching connection

    points: any

    Distinct count of points across the matching connection

    minimumPoints: any

    Distinct count of minimumPoints across the matching connection

    bestOf: any

    Distinct count of bestOf 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: "ZslPointsStructureDistinctCountAggregates"