whitemarket Documentation For Partners

Inventory items connection

type InventoryItemConnection {
	# Edges of the connection
	edges: [InventoryItemConnectionEdge] 
	# Page info of the connection
	pageInfo: PageInfo 
	# Total count of items in the connection.
	totalCount: Int 	# 123456
}