@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaSumAggregates

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

    Properties

    id: any

    Sum of id across the matching connection

    recordId: any

    Sum of recordId across the matching connection

    __typename: "RecordMediaSumAggregates"