fix: typings for contactConfig

This commit is contained in:
Christel Westerberg
2024-04-18 11:44:52 +02:00
parent c00f7b78eb
commit b57665ce62
4 changed files with 106 additions and 38 deletions

View File

@@ -22,15 +22,28 @@ query GetLoyaltyPage($locale: String!, $url: String!) {
edges {
node {
... on LoyaltyPage {
system {
locale
uid
}
url
title
}
... on ContentPage {
web {
url
system {
locale
uid
}
url
title
}
... on AccountPage {
system {
locale
uid
}
url
title
}
}
}