Magidoc

BulkOperationRunMutationInput
Input Object

The properties of the new BulkOperationRunMutation.

Fields

#

mutation

Non-null

The mutation to run. The mutation must be in the format of a valid GraphQL mutation. E.g. `mutation ($input: ProductInput!) { productCreate(input: $input) { product { id } } }`

uploadPath

Non-null

The Upload path to the file to upload.

Usages

#

References

#

  • Argument input of field bulkOperationRunMutation from type Mutation