fix: replace content_type_id with __typename
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user