INPUT_OBJECT
VoiceServiceGenericParameterMutationInput
The input object that defines the fields for the createVoiceServiceGenericParameter mutation.
link GraphQL Schema definition
- input VoiceServiceGenericParameterMutationInput {
- # The type.
- VoiceServiceGenericParameterType! :
- # A human readable description.
- String! :
- # The price per unit of this item.
- Int! :
- }