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