INPUT_OBJECT
UpdateInventoryItemFieldsMutationInput
The input object that defines the fields for the updateInventoryItemFields mutation.
link GraphQL Schema definition
- input UpdateInventoryItemFieldsMutationInput {
- # The contents of the fields for the items being added.
- UpdateInventoryItemFieldMutationInput]! : [
- # A note about this entity.
- NoteMutationInput :
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- # The task to be performed.
- TaskMutationInput] : [
- }