INPUT_OBJECT
The input object that defines the fields for the createCallDetailRecord mutation.
input CreateCallDetailRecordMutationInput {# The ID of a `VoiceProvider`.voice_provider_id: Int64Bit!# The DID that initiated the call.originating_number: String!# The DID that received the call.receiving_number: String!# When the call was started.started_at: Datetime!# The total length of the call in seconds.length_in_seconds: Int!}