Skip to main content

ReviewConnection

A connection of reviews.

type ReviewConnection {
nodes: [Review!]!
hasNextPage: Boolean!
totalCount: Int!
}

Fields

ReviewConnection.nodes ● [Review!]! non-null object

The resulting entities.

ReviewConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page.

ReviewConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection.

Returned By

reviews query

Member Of

Product object ● ProductVariant object ● User object