You are here

protected property FileUpload::$lock in GraphQL 8.4

The lock service to prevent duplicate file uploads to the same destination.

Type: \Drupal\Core\Lock\LockBackendInterface

File

src/GraphQL/Utility/FileUpload.php, line 81

Class

FileUpload
Service to manage file uploads within GraphQL mutations.

Namespace

Drupal\graphql\GraphQL\Utility

Code

protected $lock;