chore: remove references to obsolete CodeDefinedPage content type

This commit is contained in:
Arvid Norlin
2024-04-11 14:24:45 +02:00
parent c0b68f9e5b
commit f4a0264019
4 changed files with 1 additions and 27 deletions

View File

@@ -19,7 +19,6 @@ query GetNavigationMyPages {
__typename
...AccountPageLink
...LoyaltyPageLink
...CodeDefinedPageLink
...ContentPageLink
}
}
@@ -34,7 +33,6 @@ query GetNavigationMyPages {
...AccountPageLink
...LoyaltyPageLink
...ContentPageLink
...CodeDefinedPageLink
}
}
}