chore: remove unused tracking properties and types

This commit is contained in:
Arvid Norlin
2024-02-19 15:12:38 +01:00
parent 7b6c0c67bb
commit a7780c84a1
5 changed files with 0 additions and 13 deletions

View File

@@ -10,7 +10,6 @@
query GetCurrentBlockPage($locale: String!, $url: String!) {
all_current_blocks_page(limit: 1, locale: $locale, where: { url: $url }) {
items {
__typename
aside {
__typename
...ContactAside