chore: add breadcrumbs to loyalty page
This commit is contained in:
@@ -19,3 +19,27 @@ fragment MyPagesBreadcrumbs on AccountPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment LoyaltyBreadcrumbs on LoyaltyPage {
|
||||
web {
|
||||
breadcrumbss {
|
||||
title
|
||||
parentsConnection {
|
||||
edges {
|
||||
node {
|
||||
... on AccountPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user