Skip to content

Commit

Permalink
Update AssetType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leitge authored Feb 25, 2024
1 parent 4890ae6 commit aaf7001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GraphQL/AssetType/AssetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ public function build(&$config)
'modificationDate' => Type::int(),
'type' => Type::string(),
'filesize' => Type::int(),
'version' => [
'type' => Type::int(),
'resolve' => [$resolver, 'resolveVersion'],
],
'data' => [
'type' => Type::string(),
'args' => [
Expand Down

0 comments on commit aaf7001

Please sign in to comment.