OBJECT

LetterTemplateConnection

The connection type for LetterTemplate.

link GraphQL Schema definition

  • type LetterTemplateConnection {
  • # A list of edges.
  • edges: [LetterTemplateEdge]
  • # A list of nodes.
  • nodes: [LetterTemplate]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }