createForm
Creates a new form.
Crates a form that can then be attached to a shop or event. Attaching existing forms is currently not possible through the GraphQL API, but can be done through the backend interface.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | CreateFormInput! |
Type
This field resolves to CreateFormPayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
form | Form |