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