Create product_query.json

This commit is contained in:
赵璟 2023-06-09 10:17:56 +08:00 committed by GitHub
parent 85d3cfb9b4
commit 97aa77d04f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/workflows/product_query.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"query": "query($locale: String,$skip: Int){productCollection(locale:$locale,where:{appStore:true},limit: $LIMIT, skip: $skip) {total items {sys {id} key hot trademark summary overview websiteurl description screenshots distribution vcpu memory storage logo {imageurl} catalogCollection(limit:15) {items {key title catalogCollection(limit:5){items{key title}}}}}}}"
}