Skip to main content

RelatedProjectsInput

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

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

Fields

RelatedProjectsInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and projects.

RelatedProjectsInput.associate ● [ID!] list scalar

Assign a relationship between a module and projects.

RelatedProjectsInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and projects.

RelatedProjectsInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and projects.

RelatedProjectsInput.sync ● [ID!] list scalar

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

Member Of

CreateContractInput input ● CreateCoordinationInput input ● CreateEasementInput input ● CreateInvoiceInput input ● CreateLetterInput input ● CreateOrdinanceInput input ● CreatePropertyInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateEasementInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateOrdinanceInput input ● UpdatePropertyInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input ● UpdateTaskInput input