OBJECT

OnlineFormColumn

link GraphQL Schema definition

  • type OnlineFormColumn {
  • # Unique identifier of the column within the container.
  • id: ID!
  • # Relative width of the column within its container row.
  • size: Int!
  • # Form fields placed in this column, in display order.
  • fields: [OnlineFormFieldInterface!]!
  • }