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
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
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 ● CreateExpenseInput input ● CreateInvoiceInput input ● CreateLetterInput input ● CreateOrdinanceInput input ● CreatePropertyInput input ● CreateQuoteInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateEasementInput input ● UpdateExpenseInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateOrdinanceInput input ● UpdatePropertyInput input ● UpdateQuoteInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input ● UpdateTaskInput input