ENUM
RoleType
Used to specify a tank, healer or DPS role.
link GraphQL Schema definition
- enum RoleType {
- # Fetch any role..
- # Fetch the DPS role only.
- # Fetch the healer role only.
- # Fetch the tanking role only.
- }
ENUM
Used to specify a tank, healer or DPS role.
- enum RoleType {
- # Fetch any role..
- # Fetch the DPS role only.
- # Fetch the healer role only.
- # Fetch the tanking role only.
- }