OBJECT

FormColumn

link GraphQL Schema definition

  • type FormColumn {
  • # Unique id of the column.
  • id: UUID!
  • # Relative width of the column within its container.
  • size: Int!
  • # Fields and web resources placed in this column, in display order.
  • items: [FormContainerItemInterface]
  • }