OBJECT

CollectionChoiceOption

link GraphQL Schema definition

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