Skip to main content

listAsns

Get all ASNs and provide filtering options

listAsns(
after: String
before: String
filters: ASNFilterInput
first: Int
last: Int
): ASNConnection

Arguments

listAsns.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

listAsns.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

listAsns.filters ● ASNFilterInput input shipments

Filtering options for ASNs.

listAsns.first ● Int scalar common

Returns the first _n_ elements from the list.

listAsns.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

ASNConnection object common

The connection type for ASN.