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