OBJECT
Form
link GraphQL Schema definition
- type Form {
- # Display name of the form layout.
- : String!
- # When true, the label is shown using the workspace's translated language strings.
- : Boolean
- # Top-level layout items (separators, subsections, containers, step containers) in
- # display order.
- : [FormItemInterface]
- }