OBJECT
SmsTemplateConnection
The connection type for SmsTemplate.
link GraphQL Schema definition
- type SmsTemplateConnection {
- # A list of edges.
- SmsTemplateEdge] : [
- # A list of nodes.
- SmsTemplate] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }