ENUM

CustomFieldType

link GraphQL Schema definition

1enum CustomFieldType {
2
3SINGLE_LINE_TEXT
4
5NUMBER
6
7DATE
8}