OBJECT

StepFieldsContainer

link GraphQL Schema definition

  • type StepFieldsContainer implements FormItemInterface {
  • # Unique id of the form layout item.
  • id: UUID!
  • # When true, this item is shown in the mobile app.
  • onMobile: Boolean
  • # Kind of layout item — separator, subsection, container, hardcoded container or
  • # step container.
  • kind: FormItemKindEnum!
  • # Display name of the multi-step section.
  • label: String!
  • # When true, the section name uses the workspace's translated language strings.
  • useLang: Boolean
  • # Ordered steps of the multi-step form, each with its own field containers.
  • steps: [Step]
  • }

link Require by

This element is not required by anyone