25 lines
428 B
GraphQL
25 lines
428 B
GraphQL
#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
|
|
}
|
|
}
|
|
}
|
|
}
|