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