OBJECT

Form

link GraphQL Schema definition

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