OBJECT

SmsTemplate

SmsTemplate

link GraphQL Schema definition

  • type SmsTemplate {
  • # name no of the SmsTemplate
  • content: String!
  • # When the email template was created
  • createdAt: ISO8601DateTime!
  • # ID of the SmsTemplate
  • id: ID!
  • # name no of the SmsTemplate
  • name: String!
  • # When the email template was last updated
  • updatedAt: ISO8601DateTime!
  • }