@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    recordId: null | number

    Minimum of recordId across the matching connection

    __typename: "RecordMediaMinAggregates"