OBJECT

InventorysConnection

The connection type for Inventory.

link GraphQL Schema definition

  • type InventorysConnection {
  • # A list of edges.
  • edges: [InventorysEdge]
  • # A list of nodes.
  • nodes: [Inventory]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }