@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    recordId: number | null

    Maximum of recordId across the matching connection

    __typename: "RecordMediaMaxAggregates"