CreateLetterTypeInput
Provides the fields and values to use when creating a letter type.
input CreateLetterTypeInput {
name: String!
}
Fields
CreateLetterTypeInput.name
● String!
non-null scalar
The name of the letter type.
Member Of
createLetterType
mutation