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