OBJECT

RelatedContacts

ContactRelationship

link GraphQL Schema definition

  • type RelatedContacts {
  • # Contact Relationship attached to the contact2
  • contact: Contact
  • # Contact Relationship id
  • contactRelationshipId: ID
  • # note attached to the contact
  • note: String
  • # Contact Relationship Type attached to the contact
  • relationshipType: ContactRelationshipEnum
  • }