feat: move overview page query to tRPC request

This commit is contained in:
Arvid Norlin
2024-04-18 14:45:55 +02:00
parent ed2cc59a87
commit c8cb832350
6 changed files with 139 additions and 93 deletions

View File

@@ -1,5 +1,3 @@
#import "../PageLinks.graphql"
fragment AccountPageContentShortcuts on AccountPageContentShortcuts {
shortcuts {
title
@@ -18,3 +16,30 @@ fragment AccountPageContentShortcuts on AccountPageContentShortcuts {
}
}
}
fragment AccountPageLink on AccountPage {
system {
locale
uid
}
title
url
}
fragment LoyaltyPageLink on LoyaltyPage {
system {
locale
uid
}
title
url
}
fragment ContentPageLink on ContentPage {
system {
locale
uid
}
title
url
}