Skip to main content

ASNConnection

The connection type for ASN.

type ASNConnection {
edges: [ASNEdge]
nodes: [ASN]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ASNConnection.edges ● [ASNEdge] list object

A list of edges.

ASNConnection.nodes ● [ASN] list object

A list of nodes.

ASNConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ASNConnection.totalCount ● Int! non-null scalar

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

Returned By

listAsns query