feat: 为前端请求添加Status控制
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m6s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m6s
- 在产品页/解决方案页等路由仅获取已发布条目
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
query GetQuestionList($locale: String!) {
|
||||
questions {
|
||||
questions(filter: { status: { _eq: "published" } }) {
|
||||
id
|
||||
translations(filter: { languages_code: { code: { _eq: $locale } } }) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user