INPUT_OBJECT
UpdateDidMutationInput
The input object that defines the fields for the updateDid mutation.
link GraphQL Schema definition
- input UpdateDidMutationInput {
- # The number.
- String :
- # A two character country code for this phone number.
- Country :
- # The ID of a `VoiceProvider`.
- Int64Bit :
- # A state, province, or other country subdivision.
- Subdivision :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `subdivision` to null.
- Boolean :
- }