fix: 修复specs无法正常转换的问题
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m12s

- 修正GraphQL查询语句:补全Specs的id字段
This commit is contained in:
2025-11-17 14:46:46 +08:00
parent 02ecb18147
commit a82872c1c1

View File

@ -28,6 +28,7 @@ query GetProduct($id: ID!, $locale: String!) {
name name
} }
specs { specs {
id
translations(filter: { languages_code: { code: { _eq: $locale } } }) { translations(filter: { languages_code: { code: { _eq: $locale } } }) {
id id
key key