From a82872c1c156544b24ba332317172d6e98f6fbc0 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Mon, 17 Nov 2025 14:46:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dspecs=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=BD=AC=E6=8D=A2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正GraphQL查询语句:补全Specs的id字段 --- server/assets/graphql/product.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/server/assets/graphql/product.graphql b/server/assets/graphql/product.graphql index bc5d6cf..187ea3c 100644 --- a/server/assets/graphql/product.graphql +++ b/server/assets/graphql/product.graphql @@ -28,6 +28,7 @@ query GetProduct($id: ID!, $locale: String!) { name } specs { + id translations(filter: { languages_code: { code: { _eq: $locale } } }) { id key