Skip to content

BulkCreateComponentInput

Input for the bulkCreateComponent mutation

graphql
input BulkCreateComponentInput {
  components: [CreateComponentInput!]!
}

Fields

BulkCreateComponentInput.components ● [CreateComponentInput!]! non-null input

The input for the createComponent mutation

Member Of

bulkCreateComponent mutation

Released under the MIT License.