feat(WEB-111): adjust footer for updated model
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user