INTERFACE

CatalogItemConnection

link GraphQL Schema definition

  • interface CatalogItemConnection {
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [CatalogItemEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }