Merged in fix/remove-infocardblock-from-content-page (pull request #1238)

fix: remove InfoCardBlock references from Content Page CardsGrid fragment

* fix: remove InfoCardBlock references from CardsGrid fragment


Approved-by: Erik Tiekstra
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-02-03 07:20:37 +00:00
parent e4e69bd55b
commit f9d1736195
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ fragment CardsGrid_ContentPage on ContentPageBlocksCardsGrid {
node {
__typename
...CardBlock
...InfoCardBlock
...LoyaltyCardBlock
...TeaserCardBlock
}
@@ -35,7 +34,6 @@ fragment CardsGrid_ContentPageRefs on ContentPageBlocksCardsGrid {
node {
__typename
...CardBlockRef
...InfoCardBlockRef
...LoyaltyCardBlockRef
...TeaserCardBlockRef
}