ContactRelatedTasksInput
Provides the capabilities for dealing with relationships between a contact and its tasks.
input ContactRelatedTasksInput {
associate: [TaskRelatedContactInput!]
dissociate: [ID!]
sync: [ID!]
}
Fields
ContactRelatedTasksInput.associate ● [TaskRelatedContactInput!] list input
Assign a relationship between a contact and tasks.
ContactRelatedTasksInput.dissociate ● [ID!] list scalar
Remove a relationship between a contact and tasks.
ContactRelatedTasksInput.sync ● [ID!] list scalar
Ensure that only the given tasks will be contained within the relation.
Member Of
CreateContactInput input ● UpdateContactInput input