Skip to main content

TaskRelatedContactsInput

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

input TaskRelatedContactsInput {
associate: [TaskRelatedContactInput!]
dissociate: [ID!]
sync: [ID!]
}

Fields

TaskRelatedContactsInput.associate ● [TaskRelatedContactInput!] list input

Assign a relationship between a task and contacts.

TaskRelatedContactsInput.dissociate ● [ID!] list scalar

Remove a relationship between a task and contacts.

TaskRelatedContactsInput.sync ● [ID!] list scalar

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

Member Of

CreateTaskInput input ● UpdateTaskInput input