ENUM

HeroPreset

The hero preset.

link GraphQL Schema definition

1enum HeroPreset {
2
3# The first preset.
4PRESET_1
5
6# The second preset.
7PRESET_2
8}