Skip to content

Edge type for Inventory connections

graphql
type InventoryEdge {
  node: Inventory!
  cursor: String!
}

Fields

InventoryEdge.node ● Inventory! non-null object

InventoryEdge.cursor ● String! non-null scalar

Member Of

InventoryConnection object