INPUT_OBJECT

UpdateDidMutationInput

The input object that defines the fields for the updateDid mutation.

link GraphQL Schema definition

  • input UpdateDidMutationInput {
  • # The ID of a `VoiceProvider`.
  • voice_provider_id: Int64Bit
  • # The ID of a `RateCenter`.
  • rate_center_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by