Axinom Mosaic Libraries
    Preparing search index...

    Parameters that GenericBulkPluginFactory will provide to the callback, so that the actual bulk operation can be performed.

    interface BulkIdParameters {
        entityIds: string[] | number[];
        entityType: string;
        graphQLAdditionalInput: unknown;
        graphQLContext: { [str: string]: unknown };
        primaryKeyName: string;
        tableName: string;
    }
    Index

    Properties

    entityIds: string[] | number[]
    entityType: string
    graphQLAdditionalInput: unknown
    graphQLContext: { [str: string]: unknown }
    primaryKeyName: string
    tableName: string