Option
No description
type Option {
label: String!
value: String!
}
Fields
Option.label ● String! non-null scalar
The name of the option
Option.value ● String! non-null scalar
The value of the option
Member Of
ValueParameter object