OBJECT
OnlineFormColumn
link GraphQL Schema definition
- type OnlineFormColumn {
- # Unique identifier of the column within the container.
- : ID!
- # Relative width of the column within its container row.
- : Int!
- # Form fields placed in this column, in display order.
- : [OnlineFormFieldInterface!]!
- }