INPUT_OBJECT

CreateVoiceProviderMutationInput

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

link GraphQL Schema definition

  • input CreateVoiceProviderMutationInput {
  • # A descriptive name.
  • name: String!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by