Axinom Mosaic Libraries
    Preparing search index...
    • 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.

      Parameters

      • tableName: string

        Name of the table to enable the BulkEdit mutation

      • bulkEditMutationName: string

        Name of the BulkEdit mutation to be generated

      • getLongLivedToken: (originalToken: string, config: BasicDBConfig) => Promise<string>
      • OptionalexcludedForeignKeyRelations: string[]

        Optional array of FK table names to exclude from bulk edit operations

      Returns Plugin

      The Postgraphile plugin that enables the BulkEdit mutation.