INPUT_OBJECT

ShelvesOptions

A set of options to configuring how the shelves data is returned to the consumer.

link GraphQL Schema definition

1input ShelvesOptions {
4
2# Should indicate whether the response includes empty shelves.
3includeEmpty: Boolean
5}