OBJECT
FormCreatePayload
Return type for createForm mutation.
link GraphQL Schema definition
- type FormCreatePayload {
- # The created form object.
- : Form
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }
OBJECT
Return type for createForm mutation.
- type FormCreatePayload {
- # The created form object.
- : Form
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }