OBJECT

FormUpdatePayload

Return type for updateForm mutation.

link GraphQL Schema definition

  • type FormUpdatePayload {
  • # The updated form object.
  • form: Form
  • # List of errors that occurred executing the mutation.
  • formUserErrors: [DisplayableError!]!
  • }