OBJECT
type OnlineFormSection {# Unique identifier of the section within the form layout.id: ID! # Descriptive text shown under the section title.description: String! # Heading shown at the top of the section.title: String! # If true, the section is shown on the form.visible: Boolean! }