fix: replace content_type_id with __typename

This commit is contained in:
Arvid Norlin
2024-02-14 11:15:52 +01:00
parent 5b3b47b568
commit 0556b509bc
4 changed files with 12 additions and 4 deletions

View File

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