Skip to content

bulkCreateComponent ​

Creates multiple Components, requires CAN_CREATE_COMPONENTS. Automatically generates a default ComponentPermission which grants the authenticated user READ and ADMIN

graphql
bulkCreateComponent(
  input: BulkCreateComponentInput!
): BulkCreateComponentPayload!

Arguments ​

bulkCreateComponent.input ● BulkCreateComponentInput! non-null input ​

Defines the created Components

Type ​

BulkCreateComponentPayload object ​

Released under the MIT License.