ContactRelationInput
Input for associating a contact with notes about the relationship.
input ContactRelationInput {
id: ID!
notes: String
}
Fields
ContactRelationInput.id
● ID!
non-null scalar
The ID of the contact to associate.
ContactRelationInput.notes
● String
scalar
Notes about the relationship with this contact.