fix(deps): update module github.com/99designs/gqlgen to v0.17.68
This commit is contained in:
@@ -5693,9 +5693,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
|
||||
if v != nil {
|
||||
vSlice = graphql.CoerceList(v)
|
||||
}
|
||||
vSlice = graphql.CoerceList(v)
|
||||
var err error
|
||||
res := make([]string, len(vSlice))
|
||||
for i := range vSlice {
|
||||
@@ -5925,9 +5923,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
|
||||
if v != nil {
|
||||
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