@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaAverageAggregates

    interface RecordMediaAverageAggregates {
        id: any;
        recordId: any;
        __typename: "RecordMediaAverageAggregates";
    }
    Index

    Properties

    id: any

    Mean average of id across the matching connection

    recordId: any

    Mean average of recordId across the matching connection

    __typename: "RecordMediaAverageAggregates"