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
DEPRECATED
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
DEPRECATED
Use dissociate
instead
Remove a relationship between a module and specifications.
RelatedSpecificationsInput.dissociate
● [ID!]
list scalar
Remove a relationship between a module and specifications.