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