feat(SW-1818): Refactored sysAsset handling to support PDF links
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#import "../Image.graphql"
|
||||
#import "../SysAsset.graphql"
|
||||
|
||||
fragment CurrentFooterAppDownloads on CurrentFooter {
|
||||
app_downloads {
|
||||
@@ -8,7 +8,7 @@ fragment CurrentFooterAppDownloads on CurrentFooter {
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
...Image
|
||||
...SysAsset
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -18,7 +18,7 @@ fragment CurrentFooterAppDownloads on CurrentFooter {
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
...Image
|
||||
...SysAsset
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user