ASNEdge
An edge in a connection.
type ASNEdge {
cursor: String!
node: ASN
}
Fields
ASNEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
ASNEdge.node ● ASN object
The item at the end of the edge.
Member Of
ASNConnection object