OBJECT

OnlineFormValueOverride

link GraphQL Schema definition

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