Skip to main content

InventoryRecordConnection

The connection type for InventoryRecord.

type InventoryRecordConnection {
edges: [InventoryRecordEdge]
nodes: [InventoryRecord]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

InventoryRecordConnection.edges ● [InventoryRecordEdge] list object common

A list of edges.

InventoryRecordConnection.nodes ● [InventoryRecord] list object common

A list of nodes.

InventoryRecordConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

InventoryRecordConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

echoInventoryRecords query