Skip to main content

UpdateLetterTypeInput

Provides the fields and values to use when updating a letter type.

input UpdateLetterTypeInput {
id: ID!
name: String
groupId: ID
}

Fields

UpdateLetterTypeInput.id ● ID! non-null scalar

Specifies the letter type to update.

UpdateLetterTypeInput.name ● String scalar

The name of the letter type.

UpdateLetterTypeInput.groupId ● ID scalar

The identifier of the group this type belongs to.

Member Of

updateLetterType mutation