INPUT_OBJECT
CreateCallDetailRecordImportMutationInput
The input object that defines the fields for the createCallDetailRecordImport mutation.
link GraphQL Schema definition
- input CreateCallDetailRecordImportMutationInput {
- # The ID of a `VoiceProvider`.
- Int64Bit! :
- # The call detail records to save.
- CallDetailRecordMutationInput]! : [
- # A note about this entity.
- NoteMutationInput :
- # A single file to associate with this object. Any existing file will be
- # overwritten.
- AssociateFileMutationInput :
- }