ENUM

DirectoryType

The set of types of directory.

link GraphQL Schema definition

1enum DirectoryType {
2
3# A game.
4GAME
5}