OBJECT
SmsTemplate
SmsTemplate
link GraphQL Schema definition
- type SmsTemplate {
- # name no of the SmsTemplate
- : String!
- # When the email template was created
- : ISO8601DateTime!
- # ID of the SmsTemplate
- : ID!
- # name no of the SmsTemplate
- : String!
- # When the email template was last updated
- : ISO8601DateTime!
- }