feat(SW-186): implemented changes in cms

This commit is contained in:
Erik Tiekstra
2024-08-28 15:32:58 +02:00
parent de60febd47
commit bf7d22c728
4 changed files with 250 additions and 81 deletions

View File

@@ -10,20 +10,49 @@ query GetHeader($locale: String!) {
all_header(limit: 1, locale: $locale) {
items {
top_link {
...InternalOrExternalLink
title
linkConnection {
edges {
node {
...ContentPageLink
...LoyaltyPageLink
}
}
}
}
menu_items {
title
link {
...InternalOrExternalLink
linkConnection {
edges {
node {
...ContentPageLink
...LoyaltyPageLink
}
}
}
see_all_link {
...InternalOrExternalLink
title
linkConnection {
edges {
node {
...ContentPageLink
...LoyaltyPageLink
}
}
}
}
submenu {
title
links {
...InternalOrExternalLink
title
linkConnection {
edges {
node {
...ContentPageLink
...LoyaltyPageLink
}
}
}
}
}
cardConnection {