ENUM

AlertType

link GraphQL Schema definition

1enum AlertType {
2
3INFORMATION
4
5ERROR
6
7WARNING
8}