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`.
  • voice_provider_id: Int64Bit!
  • # The ID of a `RateCenter`.
  • rate_center_id: Int64Bit!
  • # The number.
  • number: String!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by