ENUM

ClientType

link GraphQL Schema definition

1enum ClientType {
2
3enterprise
4
5demo
6
7self_service
8
9none
10}