INPUT_OBJECT

UpdateCallDetailRecordMutationInput

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

link GraphQL Schema definition

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

link Require by