Skip to content

Commit

Permalink
refactor(SLB-202): use entity bundle for type resolution instead of h…
Browse files Browse the repository at this point in the history
…ardcoded value
  • Loading branch information
pmelab committed Jan 18, 2024
1 parent b2657e9 commit 18fbb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type FooterNavigation implements Navigation @menu(menu_id: "footer") {
items: [NavigationItem]! @lang @resolveMenuItems
}

interface Page implements ContentHubResultItem @value(json: "\"page\"") {
interface Page implements ContentHubResultItem @resolveEntityBundle {
id: ID!
translations: [Page]
locale: Locale!
Expand Down

0 comments on commit 18fbb44

Please sign in to comment.