feat: add tracking to account pages
This commit is contained in:
@@ -99,3 +99,14 @@ query GetFiNoSvUrlsAccountPage($uid: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetTrackingAccountPage($locale: String!, $uid: String!) {
|
||||
account_page(locale: $locale, uid: $uid) {
|
||||
system {
|
||||
locale
|
||||
created_at
|
||||
uid
|
||||
updated_at
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user