INPUT_OBJECT

CallReferenceInput

Payload for a CallReference

link GraphQL Schema definition

  • input CallReferenceInput {
  • # The date the call was recorded
  • date_recorded: String
  • # The ID of the CallReference
  • id: ID
  • # Notes about the call
  • notes: String
  • # The reference number for the call
  • reference_number: String
  • # The time the call was recorded
  • time_recorded: String
  • }