RelatedTaskTypesInput
Provides the capabilities for dealing with relationships between a task and types.
input RelatedTaskTypesInput {
syncWithoutDetaching: [ID!]
disconnect: [ID!]
sync: [ID!]
}
Fields
syncWithoutDetaching ([ID!])
Assign a relationship between a task and task types.
disconnect ([ID!])
Remove a relationship between a task and task types.
sync ([ID!])
Ensure that only the given task types will be contained within the relation.