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