fix: typings for contactConfig
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user