@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    recordId: number | null

    Minimum of recordId across the matching connection

    __typename: "RecordMediaMinAggregates"