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