feat(SW-1818): Refactored sysAsset handling to support PDF links
Approved-by: Matilda Landström
This commit is contained in:
14
apps/scandic-web/lib/graphql/Fragments/SysAsset.graphql
Normal file
14
apps/scandic-web/lib/graphql/Fragments/SysAsset.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
fragment SysAsset on SysAsset {
|
||||
content_type
|
||||
description
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
metadata
|
||||
system {
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
Reference in New Issue
Block a user