INPUT_OBJECT
PreviewFormInput
Input type for previewing a Form
link GraphQL Schema definition
- input PreviewFormInput {
- # Translations
- : [CreateFormInputTranslation!]
- # Form fields configuration
- : [FormFieldInput!]!
- # Twig template of the form component (optional, uses default if omitted)
- : String
- }