Skip to content

Commit

Permalink
feat: upgrade to support optional raw with direct parameter with @hoo…
Browse files Browse the repository at this point in the history
…kVariable, and make field with argument depend on exported variable as waitExportedRequired.
  • Loading branch information
xufeixiang committed Jun 26, 2024
1 parent 6f35437 commit 06769a5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ replace (
github.com/flowchartsman/handlebars/v3 => github.com/fireboomio/handlebars/v3 v3.0.0-20230407011829-1693185f0572
github.com/getkin/kin-openapi => github.com/fireboomio/kin-openapi v0.0.0-20240110095352-e1b4433e41a8
github.com/prisma/prisma-client-go => github.com/fireboomio/prisma-client-go v0.0.0-20240614073744-961bb930abe4
github.com/wundergraph/graphql-go-tools => github.com/fireboomio/graphql-go-tools v0.0.0-20240618085823-e74b8292bd20
github.com/wundergraph/graphql-go-tools => github.com/fireboomio/graphql-go-tools v0.0.0-20240626020546-4198ef1afa87
github.com/wundergraph/wundergraph => ./wundergraphGitSubmodule
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/fireboomio/graphql-go-tools v0.0.0-20240618085823-e74b8292bd20 h1:ROmRZMl2X5J0YmoXA80iPI7yvNGx+MOe4K0xsiZLSyI=
github.com/fireboomio/graphql-go-tools v0.0.0-20240618085823-e74b8292bd20/go.mod h1:8Lj3WnDT5m+QGamBlqAqwn++OVcL30FXG+o6kf810bc=
github.com/fireboomio/graphql-go-tools v0.0.0-20240626020546-4198ef1afa87 h1:cpeu/5OdXE231ylhCR2zOgk2DsObnsgoyCq37q0+2Rc=
github.com/fireboomio/graphql-go-tools v0.0.0-20240626020546-4198ef1afa87/go.mod h1:8Lj3WnDT5m+QGamBlqAqwn++OVcL30FXG+o6kf810bc=
github.com/fireboomio/handlebars/v3 v3.0.0-20230407011829-1693185f0572 h1:utP3HLcMr38qlFFzMwjQeUWM0jxg+MPgktKucOQ2t4I=
github.com/fireboomio/handlebars/v3 v3.0.0-20230407011829-1693185f0572/go.mod h1:zdeQ3Qna7Bd2JQiobPXuZKDOG3j7Byo6uXDaMLXHVAw=
github.com/fireboomio/kin-openapi v0.0.0-20240110095352-e1b4433e41a8 h1:KaancvImcVJEnUVUxDwugkP6F7Yvb2FgasDuVkknZeU=
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugins/i18n/prisma_error/zh_cn/query_engine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PrismaError_P2021 = "当前数据库中不存在表{table}"
PrismaError_P2022 = "当前数据库中不存在{column}列"
PrismaError_P2023 = "不一致的列数据: {message}"
PrismaError_P2024 = "从连接池中获取新连接的时已过(当前连接池超时: {timeout},连接限制: {connection_limit})。(更多信息: http://pris.ly/d/connection-pool)"
PrismaError_P2025 = "依赖一个或多个的记录找到。{cause}"
PrismaError_P2025 = "依赖一个或多个的记录未找到。{cause}"
PrismaError_P2026 = "当前数据库提供程序不支持查询使用的功能: {feature}"
PrismaError_P2027 = "查询执行期间数据库出现多个错误: {errors}"
PrismaError_P2028 = "事务API错误: {error}"
Expand Down
4 changes: 2 additions & 2 deletions pkg/plugins/i18n/prismaerror_i18n_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06769a5

Please sign in to comment.