fix: refactor tracking requests
This commit is contained in:
@@ -18,6 +18,12 @@ query GetAccountPage($locale: String!, $uid: String!) {
|
||||
...AccountPageContentShortcuts
|
||||
...AccountPageContentTextContent
|
||||
}
|
||||
system {
|
||||
uid
|
||||
created_at
|
||||
updated_at
|
||||
locale
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,15 +105,3 @@ query GetFiNoSvUrlsAccountPage($uid: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetTrackingAccountPage($locale: String!, $uid: String!) {
|
||||
account_page(locale: $locale, uid: $uid) {
|
||||
system {
|
||||
locale
|
||||
created_at
|
||||
uid
|
||||
updated_at
|
||||
}
|
||||
title
|
||||
}
|
||||
}
|
||||
|
||||
@@ -172,6 +172,7 @@ query GetLoyaltyPage($locale: String!, $uid: String!) {
|
||||
uid
|
||||
created_at
|
||||
updated_at
|
||||
locale
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -362,14 +363,3 @@ query GetFiNoSvUrlsLoyaltyPage($uid: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetTrackingLoyaltyPage($locale: String!, $uid: String!) {
|
||||
loyalty_page(locale: $locale, uid: $uid) {
|
||||
system {
|
||||
locale
|
||||
created_at
|
||||
uid
|
||||
updated_at
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user