INPUT_OBJECT

CreateVoiceProviderRecordMutationInput

A voice provider rate to import.

link GraphQL Schema definition

  • input CreateVoiceProviderRecordMutationInput {
  • # The prefix for the rate.
  • prefix: String!
  • # The description for the rate.
  • description: String
  • # The rate that is imported from a rate deck.
  • base_rate: Float!
  • }