OBJECT

FormDisplaySetting

The display settings for the form.

link GraphQL Schema definition

  • type FormDisplaySetting {
  • # Unique form display setting ID.
  • id: Int!
  • # The form the settings are linked to.
  • form: Form!
  • # Whether or not to show the purchase order number on a form result.
  • show_po_number: Boolean!
  • }