OBJECT
FormResultLockResult
An entity that holds the data for a Form result lock.
link GraphQL Schema definition
- type FormResultLockResult {
- # The unique ID of the form result.
- Int! :
- # The unique ID of the form result lock.
- Int! :
- # The time that the lock was created.
- DateTimeExpression! :
- # The user who created the lock.
- Int! :
- # The time that the lock will expire.
- DateTimeExpression! :
- }