INPUT_OBJECT
CreateVoiceServiceGenericParameterMutationInput
The input object that defines the fields for the createVoiceServiceGenericParameter mutation.
link GraphQL Schema definition
- input CreateVoiceServiceGenericParameterMutationInput {
- # The ID of the `VoiceServiceDetail`.
- Int64Bit! :
- # A human readable description.
- String! :
- # The price per unit of this item.
- Int! :
- # The default quantity of this item.
- Int! :
- # A note about this entity.
- NoteMutationInput :
- }