OBJECT

TacCatalogConnection

link GraphQL Schema definition

  • type TacCatalogConnection implements CatalogConnection, Connection {
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [TacCatalogEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }