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