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