@zeepkist/graphql
    Preparing search index...

    Interface LevelDistinctCountAggregates

    interface LevelDistinctCountAggregates {
        id: any;
        hash: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "LevelDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    hash: any

    Distinct count of hash 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: "LevelDistinctCountAggregates"