chore(SW-872): add breadcrumbs to hotel pages

This commit is contained in:
Matilda Landström
2024-12-05 16:13:05 +01:00
parent 492ad62d1f
commit 674c22c9aa
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
#import "../System.graphql"
fragment HotelPageBreadcrumb on HotelPage {
web {
breadcrumbs {
title
}
}
system {
...System
}
url
}
fragment HotelPageBreadcrumbRef on HotelPage {
web {
breadcrumbs {
title
}
}
system {
...System
}
}