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