INPUT_OBJECT
CreateDidMutationInput
The input object that defines the fields for the createDid mutation.
link GraphQL Schema definition
- input CreateDidMutationInput {
- # The ID of a `VoiceProvider`.
- : Int64Bit!
- # The ID of a `RateCenter`.
- : Int64Bit!
- # The number.
- : String!
- # A note about this entity.
- : NoteMutationInput
- }