LetterType
Represents information about a letter type.
type LetterType {
id: ID!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
LetterType.id
● ID!
non-null scalar
Letter type's unique identifier.
LetterType.name
● String
scalar
The letter type's name.
LetterType.createdAt
● DateTimeTz!
non-null scalar
The date and time when the letter type was created.
LetterType.updatedAt
● DateTimeTz!
non-null scalar
The date and time when the letter type was last updated.
LetterType.deletedAt
● DateTimeTz
scalar
The date and time when the letter type was deleted.
Returned By
createLetterType
mutation ● deleteLetterType
mutation ● letterType
query ● restoreLetterType
mutation ● updateLetterType
mutation
Member Of
Correspondence
object ● Letter
object ● LetterTypeEdge
object