INPUT_OBJECT

CreateCallDetailRecordMutationInput

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

link GraphQL Schema definition

  • 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!
  • }

link Require by