fix: 修正搜索条目无法完全显示的问题
- 为查询/搜索添加更大的limit
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
query GetProductList($locale: String!) {
|
||||
products(filter: { status: { _eq: "in-production" } }) {
|
||||
products(filter: { status: { _eq: "in-production" } }, limit: 200) {
|
||||
id
|
||||
status
|
||||
translations(filter: { languages_code: { code: { _eq: $locale } } }) {
|
||||
|
||||
Reference in New Issue
Block a user