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