OBJECT
LetterTemplate
LetterTemplate
link GraphQL Schema definition
- type LetterTemplate {
- # Content of the LetterTemplate
- : String!
- # When the letter template was created
- : ISO8601DateTime!
- # ID of the LetterTemplate
- : ID!
- # Name of the LetterTemplate
- : String!
- # When the letter template was last updated
- : ISO8601DateTime!
- }