OBJECT
UpdatedCartsConnection
The connection type for Cart.
link GraphQL Schema definition
- type UpdatedCartsConnection {
- # A list of edges.
- UpdatedCartsEdge] : [
- # A list of nodes.
- Cart] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }