UpdateLetterTypeInput
Provides the fields and values to use when updating a letter type.
input UpdateLetterTypeInput {
id: ID!
name: String
}
Fields
UpdateLetterTypeInput.id ● ID! non-null scalar
Specifies the letter type to update.
UpdateLetterTypeInput.name ● String scalar
The name of the letter type.
Member Of
updateLetterType mutation