INPUT_OBJECT

CreateEngineFieldPicklistOption

Represents one allowed option in a picklist.

link GraphQL Schema definition

1input CreateEngineFieldPicklistOption {
5
2# The human-readable label for the option, such as "English-US" for a language
3# selector.
4key: String!
9
6# The machine-readable value that will be sent in the engine payload, such as
7# "en-us" for a language selector.
8value: String!
10}