ProjectRelatedContactsInput
Provides the capabilities for dealing with relationships between a project and its contacts.
input ProjectRelatedContactsInput {
syncWithoutDetaching: [ProjectRelatedContactInput!] @deprecated
associate: [ProjectRelatedContactInput!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
ProjectRelatedContactsInput.syncWithoutDetaching ● [ProjectRelatedContactInput!] deprecated list input
DEPRECATED
Use associate instead
Assign a relationship between a project and contacts.
ProjectRelatedContactsInput.associate ● [ProjectRelatedContactInput!] list input
Assign a relationship between a project and contacts.
ProjectRelatedContactsInput.disconnect ● [ID!] deprecated list scalar
DEPRECATED
Use dissociate instead
Remove a relationship between a project and contacts.
ProjectRelatedContactsInput.dissociate ● [ID!] list scalar
Remove a relationship between a project and contacts.
ProjectRelatedContactsInput.sync ● [ID!] list scalar
Ensure that only the given users will be contained within the relation.
Member Of
CreateProjectInput input ● UpdateProjectInput input