OBJECT
RelatedContacts
ContactRelationship
link GraphQL Schema definition
- type RelatedContacts {
- # Contact Relationship attached to the contact2
- : Contact
- # Contact Relationship id
- : ID
- # note attached to the contact
- : String
- # Contact Relationship Type attached to the contact
- : ContactRelationshipEnum
- }