INPUT_OBJECT
CreateLocalPrefixMutationInput
The input object that defines the fields for the createLocalPrefix mutation.
link GraphQL Schema definition
- input CreateLocalPrefixMutationInput {
- # The ID of the `VoiceServiceDetail`.
- Int64Bit! :
- # A telephone number prefix.
- Numeric! :
- # A note about this entity.
- NoteMutationInput :
- }