OBJECT

ClientSource

Info about how a client was acquire

link GraphQL Schema definition

  • type ClientSource {
  • id: String
  • # Get readable source based on ref_type
  • readable_source: String
  • # The source of how a client was acquire: contain ID or a Other string
  • ref_source: String
  • # If ref_source eq 'Other', than it may contain custom string or NULL
  • ref_source_other: String
  • # The type of the source of how a client was acquire
  • ref_type: String
  • # related object
  • related_object: InsurancePlan
  • }