INPUT_OBJECT
CreateDeploymentTypeMutationInput
The input object that defines the fields for the createDeploymentType mutation.
link GraphQL Schema definition
- input CreateDeploymentTypeMutationInput {
- # A descriptive name.
- String! :
- # The ID of an `InventoryModel`.
- Int64Bit! :
- # A note about this entity.
- NoteMutationInput :
- }