CheckoutEdge
An edge in a Checkout connection.
type CheckoutEdge {
cursor: String!
node: Checkout!
}
Fields
CheckoutEdge.cursor ● String! non-null scalar
Opaque cursor for this edge.
CheckoutEdge.node ● Checkout! non-null object
The node at the end of this edge.
Member Of
CheckoutsConnection object