RelatedLetterTypesInput
Provides the capabilities for dealing with relationships between a letter and types.
input RelatedLetterTypesInput {
syncWithoutDetaching: [ID!]
disconnect: [ID!]
sync: [ID!]
}
Fields
syncWithoutDetaching ([ID!])
Assign a relationship between a letter and letter types.
disconnect ([ID!])
Remove a relationship between a letter and letter types.
sync ([ID!])
Ensure that only the given letter types will be contained within the relation.