Skip to content

createComponent ​

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

graphql
createComponent(
  input: CreateComponentInput!
): CreateComponentPayload!

Arguments ​

createComponent.input ● CreateComponentInput! non-null input ​

Defines the created Component

Type ​

CreateComponentPayload object ​

Released under the MIT License.