OBJECT

FormCreatePayload

Return type for createForm mutation.

link GraphQL Schema definition

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