fix(SW-190): added cache for content page query and added breadcrumbs fetching for content page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user