Name of the table to enable the BulkEdit mutation
Name of the BulkEdit mutation to be generated
OptionalexcludedForeignKeyRelations: string[]Optional array of FK table names to exclude from bulk edit operations
The Postgraphile plugin that enables the BulkEdit mutation.
This factory will generate a Postgraphile plugin that adds a mutation to the selected entities allowing the user to perform a bulk edit operation on the specified entity and its relations.