OBJECT

CallReference

Call reference information associated with a policy

link GraphQL Schema definition

  • type CallReference {
  • # Date call was made
  • date_recorded: String
  • # The unique identifier of the reference call
  • id: ID!
  • # Notes taken for this reference call
  • notes: String
  • # call reference number provided by insurance company
  • reference_number: String
  • # Time call was made
  • time_recorded: String
  • # The ID of the patient who the call reference is for
  • user_id: Int
  • }