OBJECT
FormResultPastVersion
Past versions of a form result
link GraphQL Schema definition
- type FormResultPastVersion {
- # Asset for the form result past version.
- Asset :
- # The user that created this form result.
- User :
- # The date the form result version was created in UTC+0.
- DateTime! :
- # The list of results that were entered into the fields.
- UntypedValue :
- # Form result id for the new version.
- FormResult :
- # Unique order ID.
- Int! :
- # The time this form result past version was last modified.
- DateTime :
- # Project for the form result past version.
- Project :
- # Supplier for the form result past version.
- Supplier :
- # number of the past version
- Int :
- # Worker for the form result past version.
- User :
- }