@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaMaxAggregates

    interface RecordMediaMaxAggregates {
        id: null | number;
        recordId: null | number;
        __typename: "RecordMediaMaxAggregates";
    }
    Index

    Properties

    id: null | number

    Maximum of id across the matching connection

    recordId: null | number

    Maximum of recordId across the matching connection

    __typename: "RecordMediaMaxAggregates"