BulkCreateComponentInput
Input for the bulkCreateComponent mutation
input BulkCreateComponentInput {
components: [CreateComponentInput!]!
}
Fields
BulkCreateComponentInput.components
● [CreateComponentInput!]!
non-null input
The input for the createComponent mutation
Member of
bulkCreateComponent
mutation