ENUM

InsuranceType

link GraphQL Schema definition

1enum InsuranceType {
2
3PRIVATE
4
5STATUTORY
6}