ShoppingCartItemConnection
A connection of shopping cart items.
type ShoppingCartItemConnection {
nodes: [ShoppingCartItem!]!
hasNextPage: Boolean!
totalCount: Int!
}
Fields
ShoppingCartItemConnection.nodes
● [ShoppingCartItem!]!
non-null object
The resulting entities.
ShoppingCartItemConnection.hasNextPage
● Boolean!
non-null scalar
Whether this connection has a next page.
ShoppingCartItemConnection.totalCount
● Int!
non-null scalar
The total amount of items in this connection.
Member Of
ShoppingCart
object