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