OBJECT

ContactRelationship

ContactRelationship

link GraphQL Schema definition

  • type ContactRelationship {
  • # Contact Relationship attached to the contact1
  • contact1: Contact
  • # Contact Relationship attached to the contact2
  • contact2: Contact
  • # Id of the contact relationship
  • id: ID
  • # note attached to the contact
  • note: String
  • # Contact Relationship Type attached to the contact
  • relationshipType: ContactRelationshipEnum
  • }