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.
  • form_result_id: Int!
  • # The unique ID of the form result lock.
  • id: Int!
  • # The time that the lock was created.
  • locked_time: DateTimeExpression!
  • # The user who created the lock.
  • locked_by: Int!
  • # The time that the lock will expire.
  • expired_time: DateTimeExpression!
  • }