feat(SW-187): moved footer fragments to CurrentFooter folder
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
fragment MainLinks on Footer {
|
|
||||||
main_links {
|
|
||||||
title
|
|
||||||
open_in_new_tab
|
|
||||||
link {
|
|
||||||
href
|
|
||||||
title
|
|
||||||
}
|
|
||||||
pageConnection {
|
|
||||||
edges {
|
|
||||||
node {
|
|
||||||
__typename
|
|
||||||
... on AccountPage {
|
|
||||||
title
|
|
||||||
url
|
|
||||||
}
|
|
||||||
... on LoyaltyPage {
|
|
||||||
title
|
|
||||||
url
|
|
||||||
}
|
|
||||||
... on ContentPage {
|
|
||||||
title
|
|
||||||
url
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
fragment MainLinksRef on Footer {
|
|
||||||
__typename
|
|
||||||
main_links {
|
|
||||||
pageConnection {
|
|
||||||
edges {
|
|
||||||
node {
|
|
||||||
__typename
|
|
||||||
...LoyaltyPageRef
|
|
||||||
...ContentPageRef
|
|
||||||
...AccountPageRef
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
system {
|
|
||||||
...System
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
fragment SecondaryLinksRef on Footer {
|
|
||||||
__typename
|
|
||||||
secondary_links {
|
|
||||||
links {
|
|
||||||
pageConnection {
|
|
||||||
edges {
|
|
||||||
node {
|
|
||||||
__typename
|
|
||||||
...LoyaltyPageRef
|
|
||||||
...ContentPageRef
|
|
||||||
...AccountPageRef
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
system {
|
|
||||||
...System
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
#import "../Refs/MyPages/AccountPage.graphql"
|
|
||||||
#import "../Refs/ContentPage/ContentPage.graphql"
|
|
||||||
#import "../Refs/LoyaltyPage/LoyaltyPage.graphql"
|
|
||||||
|
|
||||||
fragment SecondaryLinks on Footer {
|
|
||||||
secondary_links {
|
|
||||||
title
|
|
||||||
links {
|
|
||||||
title
|
|
||||||
open_in_new_tab
|
|
||||||
pageConnection {
|
|
||||||
edges {
|
|
||||||
node {
|
|
||||||
__typename
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
link {
|
|
||||||
href
|
|
||||||
title
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user