Skip to main content

ReviewList

A paginated list of Review items.

type ReviewList {
paginatorInfo: PaginatorInfo
cursorInfo: CursorInfo
data: [Review!]!
}

Fields

paginatorInfo (PaginatorInfo)

Pagination information about the list of items.

cursorInfo (CursorInfo)

data ([Review!]!)

A list of Review items.