24 lines
545 B
GraphQL
24 lines
545 B
GraphQL
#import "../AccountPage/Ref.graphql"
|
|
#import "../ContentPage/Ref.graphql"
|
|
#import "../LoyaltyPage/Ref.graphql"
|
|
|
|
#import "../PageLink/AccountPageLink.graphql"
|
|
#import "../PageLink/ContentPageLink.graphql"
|
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
|
|
|
#import "../Blocks/Shortcuts.graphql"
|
|
|
|
fragment QuickLinksSidebar_ContentPage on ContentPageSidebarShortcuts {
|
|
__typename
|
|
shortcuts {
|
|
...Shortcuts
|
|
}
|
|
}
|
|
|
|
fragment QuickLinksSidebar_ContentPageRefs on ContentPageSidebarShortcuts {
|
|
shortcuts {
|
|
__typename
|
|
...ShortcutsRefs
|
|
}
|
|
}
|