ENUM

CollectionType

The set of different collection types.

link GraphQL Schema definition

1enum CollectionType {
2
3# Series collection type.
4SERIES
5
6# Default collection type.
7DEFAULT
8}