OBJECT
FormResultLock
Lock file for a form result
link GraphQL Schema definition
- type FormResultLock {
- # The user that created the form result lock.
- User :
- # The date the form result lock was created.
- DateTimeExpression! :
- # The date the form result lock will expire.
- DateTimeExpression! :
- # Form result id for the lock.
- FormResult :
- # Unique form result lock ID.
- Int! :
- }