ASNConnection
The connection type for ASN.
type ASNConnection {
edges: [ASNEdge]
nodes: [ASN]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ASNConnection.edges ● [ASNEdge] list object common
A list of edges.
ASNConnection.nodes ● [ASN] list object shipments
A list of nodes.
ASNConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
ASNConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
listAsns query