feat(WEB-111): adjust footer for updated model

This commit is contained in:
Simon Emanuelsson
2024-02-20 13:03:24 +01:00
parent cbb53df67c
commit 99c2a136ba
5 changed files with 26 additions and 100 deletions

View File

@@ -1,33 +1,9 @@
#import "../PageLinks.graphql"
fragment Navigation on Footer {
navigation {
links {
... on FooterNavigationLinksInternalLink {
__typename
internal_link {
link_text
pageConnection {
edges {
node {
__typename
...CurrentBlocksPageLink
}
}
}
}
}
... on FooterNavigationLinksExternalLink {
__typename
external_link {
link {
href
title
}
}
}
href
title
}
title
}
}