Skip to content

Commit

Permalink
chore: update fragments
Browse files Browse the repository at this point in the history
Cursor was able to find Page.gql. I added same change in BlockConditional.gql.
  • Loading branch information
Leksat committed Feb 3, 2025
1 parent 37ccd7a commit 47a89be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema/src/fragments/Page.gql
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fragment Page on Page {
...BlockInfoGrid
...BlockTeaserList
...BlockConditional
...BlockPersonTeaser
}
metaTags {
tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ fragment BlockConditional on BlockConditional {
...BlockHorizontalSeparator
...BlockAccordion
...BlockInfoGrid
...BlockPersonTeaser
}
}

0 comments on commit 47a89be

Please sign in to comment.