OBJECT
The display settings for the form.
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! }