fix(deps): update module github.com/99designs/gqlgen to v0.17.94 (#889)
Release / release (push) Failing after 39s
schemas / check-release (push) Successful in 57s
schemas / vulnerabilities (push) Successful in 1m13s
schemas / check (push) Successful in 1m31s
pre-commit / pre-commit (push) Successful in 2m55s
schemas / build (push) Successful in 3m40s
schemas / deploy-prod (push) Successful in 59s
Release / release (push) Failing after 39s
schemas / check-release (push) Successful in 57s
schemas / vulnerabilities (push) Successful in 1m13s
schemas / check (push) Successful in 1m31s
pre-commit / pre-commit (push) Successful in 2m55s
schemas / build (push) Successful in 3m40s
schemas / deploy-prod (push) Successful in 59s
This commit was merged in pull request #889.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user