INPUT_OBJECT
CreateGenericInventoryAssigneeMutationInput
The input object that defines the fields for the createGenericInventoryAssignee mutation.
link GraphQL Schema definition
- input CreateGenericInventoryAssigneeMutationInput {
- # A descriptive name.
- String! :
- # Data to insert into custom fields.
- CustomFieldDataMutationInput] : [
- # If IDs of `CustomField` objects that are associated with this entity are
- # provided here, they will be unset and removed. You cannot unset data where the
- # `CustomField` property `required` is set to `true`.
- Int64Bit] : [
- # A note about this entity.
- NoteMutationInput :
- }