INPUT_OBJECT

FormResultPastVersionCreate

Past versions of a form result

link GraphQL Schema definition

  • input FormResultPastVersionCreate {
  • # Asset for the form result past version.
  • asset: IdObject
  • # Client for the form_result.
  • client: IdObject
  • # The list of results that were entered into the fields.
  • result_data: FormResultData!
  • # Form result id for the new version.
  • form_result: IdObject
  • # Primary geolocation of the form result past version
  • geolocation: GeolocationInput
  • # The time this form result past version was last modified.
  • modified_time: DateTime
  • # Project for the form result past version.
  • project: IdObject
  • # Supplier for the form result past version.
  • supplier: IdObject
  • # Worker for the form result past version.
  • worker: IdObject
  • }