OBJECT

CustomFieldChoiceOption

link GraphQL Schema definition

1type CustomFieldChoiceOption {
2
3id: ID
4
5label: String
6
7deletedAt: DateTime
8
9}