This commit is contained in:
Linus Flood
2024-10-08 11:08:21 +02:00
parent 4de247ab50
commit a0ad4dffac
13 changed files with 31 additions and 43 deletions

View File

@@ -20,9 +20,9 @@ query GetAccountPage($locale: String!, $uid: String!) {
created_at
updated_at
}
page_settings {
tracking_page_name
}
}
trackingProps: account_page(locale: "en", uid: $uid) {
url
}
}

View File

@@ -42,9 +42,9 @@ query GetContentPage($locale: String!, $uid: String!) {
created_at
updated_at
}
page_settings {
tracking_page_name
}
}
trackingProps: content_page(locale: "en", uid: $uid) {
url
}
}

View File

@@ -31,9 +31,9 @@ query GetHotelPage($locale: String!, $uid: String!) {
}
}
}
page_settings {
tracking_page_name
}
}
trackingProps: hotel_page(locale: "en", uid: $uid) {
url
}
}

View File

@@ -33,9 +33,9 @@ query GetLoyaltyPage($locale: String!, $uid: String!) {
created_at
updated_at
}
page_settings {
tracking_page_name
}
}
trackingProps: loyalty_page(locale: "en", uid: $uid) {
url
}
}