fix: add imageContainer reference in rte
This commit is contained in:
@@ -70,6 +70,15 @@ query GetLoyaltyPage($locale: String!, $uid: String!) {
|
||||
__typename
|
||||
...LoyaltyPageLink
|
||||
...ContentPageLink
|
||||
...Image
|
||||
... on ImageContainer {
|
||||
title
|
||||
image_left
|
||||
image_right
|
||||
system {
|
||||
uid
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
totalCount
|
||||
@@ -223,6 +232,12 @@ query GetLoyaltyPageRefs($locale: String!, $uid: String!) {
|
||||
...System
|
||||
}
|
||||
}
|
||||
... on ImageContainer {
|
||||
__typename
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user