ENUM

PlanType

The type of a service plan.

link GraphQL Schema definition

1enum PlanType {
2
3enterprise
4
5self_service
6
7demo
8}