OBJECT
OnlineFormValueOverride
link GraphQL Schema definition
- type OnlineFormValueOverride {
- # Identifier of the underlying field option this override applies to.
- : ID!
- # If true, this option is shown as a choice on the form.
- : Boolean
- # Custom label shown for this option on the form, overriding the default option
- # name.
- : String
- # Position of this option in the displayed list of choices.
- : Int
- }