UpdateFormPayload
Autogenerated return type of UpdateForm.
type UpdateFormPayload {
  clientMutationId: String
  form: Form!
}
Fields
UpdateFormPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateFormPayload.form ● Form! non-null object
Returned By
updateForm  mutation