OBJECT

ShelfContentConnection

The list of content to render in a shelf.

link GraphQL Schema definition

1type ShelfContentConnection {
2
3# The list of content to display.
4edges: [ShelfContentEdge!]
5
6# As pagination is currently not supported by the backend, this will always be the
7# zero value.
8pageInfo: PageInfo!
9
10}