OBJECT

OnlineFormContainer

link GraphQL Schema definition

  • type OnlineFormContainer {
  • # Unique identifier of the container within the form layout.
  • id: ID!
  • # Columns that make up this container row, in left-to-right order.
  • columns: [OnlineFormColumn!]!
  • }