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