reviews
Retrieves all reviews.
reviews(
first: Int
skip: Int
orderBy: ReviewOrderInput
): ReviewConnection!
Arguments
reviews.first
● Int
scalar
Describes that the
first
N reviews should be retrieved.
reviews.skip
● Int
scalar
Describes how many reviews should be skipped at the beginning.
reviews.orderBy
● ReviewOrderInput
input
Specifies the order in which reviews are retrieved.
Type
ReviewConnection
object
A connection of reviews.