INPUT_OBJECT
FormResultPastVersionCreate
Past versions of a form result
link GraphQL Schema definition
- input FormResultPastVersionCreate {
- # Asset for the form result past version.
- IdObject :
- # Client for the form_result.
- IdObject :
- # The list of results that were entered into the fields.
- FormResultData! :
- # Form result id for the new version.
- IdObject :
- # Primary geolocation of the form result past version
- GeolocationInput :
- # The time this form result past version was last modified.
- DateTime :
- # Project for the form result past version.
- IdObject :
- # Supplier for the form result past version.
- IdObject :
- # Worker for the form result past version.
- IdObject :
- }