RelatedCoordinationsInput
Provides the capabilities for dealing with relationships between a module and coordinations.
input RelatedCoordinationsInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ID!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedCoordinationsInput.syncWithoutDetaching ● [ID!] deprecated list scalar
Use associate instead
Assign a relationship between a module and coordinations.
RelatedCoordinationsInput.associate ● [ID!] list scalar
Assign a relationship between a module and coordinations.
RelatedCoordinationsInput.disconnect ● [ID!] deprecated list scalar
Use dissociate instead
Remove a relationship between a module and coordinations.
RelatedCoordinationsInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and coordinations.
RelatedCoordinationsInput.sync ● [ID!] list scalar
Ensure that only the given coordinations will be contained within the relation.
Member Of
CreateCompanyInput input ● CreateContactInput input ● CreateLetterInput input ● CreatePersonInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateSpecificationInput input ● CreateTaskInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdateLetterInput input ● UpdatePersonInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateSpecificationInput input ● UpdateTaskInput input