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
Returns the elements in the list that come after the specified cursor.
listAsns.before ● String scalar
Returns the elements in the list that come before the specified cursor.
listAsns.filters ● ASNFilterInput input
Filtering options for ASNs.
listAsns.first ● Int scalar
Returns the first _n_ elements from the list.
listAsns.last ● Int scalar
Returns the last _n_ elements from the list.
Type
ASNConnection object
The connection type for ASN.