@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaDistinctCountAggregates

    interface RecordMediaDistinctCountAggregates {
        id: any;
        recordId: any;
        ghostUrl: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "RecordMediaDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    recordId: any

    Distinct count of recordId across the matching connection

    ghostUrl: any

    Distinct count of ghostUrl 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: "RecordMediaDistinctCountAggregates"