@zeepkist/graphql
    Preparing search index...

    Interface VersionDistinctCountAggregates

    interface VersionDistinctCountAggregates {
        id: any;
        minimum: any;
        latest: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "VersionDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    minimum: any

    Distinct count of minimum across the matching connection

    latest: any

    Distinct count of latest 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: "VersionDistinctCountAggregates"