LetterSource
Represents information about a letter source.
type LetterSource {
id: ID!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
LetterSource.id
● ID!
non-null scalar
Letter source's unique identifier.
LetterSource.name
● String
scalar
The letter source's name.
LetterSource.createdAt
● DateTimeTz!
non-null scalar
The date and time when the letter source was created.
LetterSource.updatedAt
● DateTimeTz!
non-null scalar
The date and time when the letter source was last updated.
LetterSource.deletedAt
● DateTimeTz
scalar
The date and time when the letter source was deleted.
Returned By
createLetterSource
mutation ● deleteLetterSource
mutation ● letterSource
query ● restoreLetterSource
mutation ● updateLetterSource
mutation
Member Of
Correspondence
object ● Letter
object ● LetterSourceEdge
object