INPUT_OBJECT

CreateCallDetailRecordImportFlatfileMutationInput

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

link GraphQL Schema definition

  • input CreateCallDetailRecordImportFlatfileMutationInput {
  • # The ID of a `VoiceProvider`.
  • voice_provider_id: Int64Bit!
  • # The identifier of a unique batch at Flatfile.
  • flatfile_batch_identifier: String!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by