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