You are here

protected property FileUpload::$fileStorage in GraphQL 8.4

The file storage where we will create new file entities from.

Type: \Drupal\file\FileStorageInterface

File

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

Class

FileUpload
Service to manage file uploads within GraphQL mutations.

Namespace

Drupal\graphql\GraphQL\Utility

Code

protected $fileStorage;