fix(SW-190): added cache for content page query and added breadcrumbs fetching for content page

This commit is contained in:
Erik Tiekstra
2024-08-16 10:14:45 +02:00
parent 56312335b2
commit b2b7f4f85a
11 changed files with 151 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
#import "../System.graphql"
fragment ContentPageRef on ContentPage {
system {
...System
}
}