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