OBJECT

ItemTemplateConnection

The connection type for ItemTemplate.

link GraphQL Schema definition

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