fix(deps): update module github.com/99designs/gqlgen to v0.17.94 #889

Merged
renovate merged 2 commits from renovate/github.com-99designs-gqlgen-0.x into main 2026-07-15 12:52:02 +00:00
Showing only changes of commit 0aa02a73db - Show all commits
+2 -4
View File
@@ -4910,8 +4910,7 @@ func (ec *executionContext) marshalNString2string(ctx context.Context, sel ast.S
}
func (ec *executionContext) unmarshalNString2ᚕstringᚄ(ctx context.Context, v any) ([]string, error) {
var vSlice []any
vSlice = graphql.CoerceList(v)
vSlice := graphql.CoerceList(v)
var err error
res := make([]string, len(vSlice))
for i := range vSlice {
@@ -5058,8 +5057,7 @@ func (ec *executionContext) marshalN__DirectiveLocation2string(ctx context.Conte
}
func (ec *executionContext) unmarshalN__DirectiveLocation2ᚕstringᚄ(ctx context.Context, v any) ([]string, error) {
var vSlice []any
vSlice = graphql.CoerceList(v)
vSlice := graphql.CoerceList(v)
var err error
res := make([]string, len(vSlice))
for i := range vSlice {