OBJECT

ClientSource

Info about how a client was acquire

link GraphQL Schema definition

  • type ClientSource {
  • # The unique identifier of the source
  • 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 insurance
  • related_insurance: InsurancePlan
  • # related object
  • related_object: RelatedObject
  • # related object
  • related_object_name: String
  • }