feat(SW-327): added support to link to pdf files from CS * feat(SW-327): added support to link to pdf files from CS Approved-by: Matilda Landström
15 lines
147 B
GraphQL
15 lines
147 B
GraphQL
fragment Image on SysAsset {
|
|
content_type
|
|
description
|
|
dimension {
|
|
height
|
|
width
|
|
}
|
|
metadata
|
|
system {
|
|
uid
|
|
}
|
|
title
|
|
url
|
|
}
|