OBJECT

LetterTemplate

LetterTemplate

link GraphQL Schema definition

  • type LetterTemplate {
  • # Content of the LetterTemplate
  • content: String!
  • # When the letter template was created
  • createdAt: ISO8601DateTime!
  • # ID of the LetterTemplate
  • id: ID!
  • # Name of the LetterTemplate
  • name: String!
  • # When the letter template was last updated
  • updatedAt: ISO8601DateTime!
  • }