Skip to main content

RelatedContactsWithNotesInput

Provides the capabilities for dealing with relationships between a module and contacts.

input RelatedContactsWithNotesInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ContactRelationInput!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}

Fields

RelatedContactsWithNotesInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and contacts.

RelatedContactsWithNotesInput.associate ● [ContactRelationInput!] list input

Assign a relationship between a module and contacts.

RelatedContactsWithNotesInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and contacts.

RelatedContactsWithNotesInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and contacts.

RelatedContactsWithNotesInput.sync ● [ID!] list scalar

Ensure that only the given contacts will be contained within the relation.

Member Of

CreateCompanyInput input ● CreateContactInput input ● CreatePersonInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdatePersonInput input