Create catalog_query.json

This commit is contained in:
赵璟 2023-06-09 10:52:10 +08:00 committed by GitHub
parent 593a10b6cd
commit 263ad7e239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,3 @@
{
"query": "query($locale: String){catalog(id: \"2Yp0TY3kBHgG6VDjsHZNpK\",locale:$locale) {linkedFrom(allowedLocales:[\"en-US\"]) {catalogCollection(limit:20) {items {key position title linkedFrom(allowedLocales:[\"en-US\"]) {catalogCollection(limit:20) {items {key title position}}}}}}}}"
}