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

Hierarchy

  • BulkIdParameters

Properties

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

Type declaration

  • [str: string]: unknown
primaryKeyName: string
tableName: string

Generated using TypeDoc