Skip to content

BulkCreateComponentPayload

No description

graphql
type BulkCreateComponentPayload {
  components: [Component!]!
}

Fields

BulkCreateComponentPayload.components ● [Component!]! non-null object

The created Components

Returned By

bulkCreateComponent mutation

Released under the MIT License.