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