INPUT_OBJECT
CreateCallDetailRecordMutationInput
The input object that defines the fields for the mutation.
link GraphQL Schema definition
- input CreateCallDetailRecordMutationInput {
- # The DID that initiated the call.
- String :
- # The country of the originating side of a call.
- Country :
- # The DID that received the call.
- String :
- # The country of the receiving side of a call.
- Country :
- # When the call was started_at.
- Datetime! :
- # If and when the call was answered.
- Datetime :
- # The total length of the call in seconds.
- Int! :
- }