Skip to main content

RelatedTasksInput

Provides the capabilities for dealing with relationships between a module and tasks.

input RelatedTasksInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ID!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}

Fields

RelatedTasksInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and tasks.

RelatedTasksInput.associate ● [ID!] list scalar

Assign a relationship between a module and tasks.

RelatedTasksInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and tasks.

RelatedTasksInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and tasks.

RelatedTasksInput.sync ● [ID!] list scalar

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

Member Of

CreateCompanyInput input ● CreateContactInput input ● CreateContractInput input ● CreateCoordinationInput input ● CreateEasementInput input ● CreateInvoiceInput input ● CreateLetterInput input ● CreateMeterInput input ● CreateOrdinanceInput input ● CreatePersonInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateEasementInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateMeterInput input ● UpdateOrdinanceInput input ● UpdatePersonInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input