OBJECT

NewVersionSuccessResult

An entity that holds both the form result id and the form result past version id.

link GraphQL Schema definition

  • type NewVersionSuccessResult {
  • # The unique ID of the form result.
  • form_result_id: Int!
  • # The unique ID of the form result past version.
  • form_result_past_version_id: Int!
  • }