OBJECT
Step
link GraphQL Schema definition
- type Step {
- # Unique id of the step.
- : String!
- # Field containers shown on this step.
- : [FormContainer]
- }
OBJECT
- type Step {
- # Unique id of the step.
- : String!
- # Field containers shown on this step.
- : [FormContainer]
- }