feat(SW-187): Added tertiary links data
This commit is contained in:
28
lib/graphql/Fragments/Footer/TertiaryLinks.graphql
Normal file
28
lib/graphql/Fragments/Footer/TertiaryLinks.graphql
Normal file
@@ -0,0 +1,28 @@
|
||||
fragment TertiaryLinks on Footer {
|
||||
tertiary_links {
|
||||
open_in_new_tab
|
||||
link {
|
||||
href
|
||||
title
|
||||
}
|
||||
pageConnection {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
... on AccountPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
... on LoyaltyPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
... on ContentPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user