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