fix: Add missing tracking in graphql
This commit is contained in:
@@ -27,6 +27,9 @@ query GetCollectionPage($locale: String!, $uid: String!) {
|
||||
updated_at
|
||||
}
|
||||
}
|
||||
trackingProps: collection_page(locale: "en", uid: $uid) {
|
||||
url
|
||||
}
|
||||
}
|
||||
|
||||
query GetCollectionPageRefs($locale: String!, $uid: String!) {
|
||||
|
||||
Reference in New Issue
Block a user