OBJECT

Step

link GraphQL Schema definition

  • type Step {
  • # Unique id of the step.
  • id: String!
  • # Field containers shown on this step.
  • containers: [FormContainer]
  • }