Files
web/apps/scandic-web/lib/graphql/Fragments/Puff.graphql
Erik Tiekstra ac953ccd97 feat(SW-1818): Refactored sysAsset handling to support PDF links
Approved-by: Matilda Landström
2025-06-09 09:28:17 +00:00

21 lines
214 B
GraphQL

#import "./SysAsset.graphql"
fragment Puff on Puff {
imageConnection {
edges {
node {
...SysAsset
}
}
}
puff_style
link {
href
title
}
text {
json
}
title
}