mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Create product_query.json
This commit is contained in:
parent
fdf6a31c81
commit
15c75d377f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/product_query.json
vendored
Normal file
3
.github/workflows/product_query.json
vendored
Normal 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}}}}}}}"
|
||||
}
|
Loading…
Reference in a new issue