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

@@ -1,5 +1,3 @@
#import "../Fragments/ContentPage/Breadcrumbs.graphql"
query GetContentPage($locale: String!, $uid: String!) {
content_page(uid: $uid, locale: $locale) {
title
@@ -8,7 +6,6 @@ query GetContentPage($locale: String!, $uid: String!) {
preamble
}
hero_image
...ContentPageBreadcrumbs
system {
uid
created_at