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