ENUM

VerticalShelfType

The types of vertical shelves supported.

link GraphQL Schema definition

1enum VerticalShelfType {
2
3# A list of categories to be selected.
4CATEGORY_SELECTOR
5
6# Live matches.
7LIVE_MATCHES
8
9# Live professionals.
10LIVE_PROS
11
12# Replays.
13REPLAYS
14
15# Collection.
16COLLECTION
17}