SpecificationRelatedMembersInput
Provides the capabilities for dealing with relationships between a specification and its members.
input SpecificationRelatedMembersInput {
syncWithoutDetaching: [SpecificationRelatedMemberInput!] @deprecated
associate: [SpecificationRelatedMemberInput!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
SpecificationRelatedMembersInput.syncWithoutDetaching ● [SpecificationRelatedMemberInput!] deprecated list input
DEPRECATED
Use associate instead
Assign a relationship between a specification and users.
SpecificationRelatedMembersInput.associate ● [SpecificationRelatedMemberInput!] list input
Assign a relationship between a specification and users.
SpecificationRelatedMembersInput.disconnect ● [ID!] deprecated list scalar
DEPRECATED
Use dissociate instead
Remove a relationship between a specification and users.
SpecificationRelatedMembersInput.dissociate ● [ID!] list scalar
Remove a relationship between a specification and users.
SpecificationRelatedMembersInput.sync ● [ID!] list scalar
Ensure that only the given users will be contained within the relation.
Member Of
CreateSpecificationInput input ● UpdateSpecificationInput input