ProductConnection
A connection to a list of Product
values.
type ProductConnection {
hasNextPage: Boolean!
nodes: [Product!]!
totalCount: Int!
}
Fields
ProductConnection.hasNextPage
● Boolean!
non-null scalar
Whether this connection has a next page
ProductConnection.nodes
● [Product!]!
non-null object
The resulting items.
ProductConnection.totalCount
● Int!
non-null scalar
The total amount of items in this connection
Returned By
products
query