INPUT_OBJECT

CallDetailRecordMutationInput

The input object that defines the fields for the mutation.

link GraphQL Schema definition

  • input CallDetailRecordMutationInput {
  • # 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!
  • }