fix(deps): update module github.com/99designs/gqlgen to v0.17.94 #889
@@ -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) {
|
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
|
var err error
|
||||||
res := make([]string, len(vSlice))
|
res := make([]string, len(vSlice))
|
||||||
for i := range 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) {
|
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
|
var err error
|
||||||
res := make([]string, len(vSlice))
|
res := make([]string, len(vSlice))
|
||||||
for i := range vSlice {
|
for i := range vSlice {
|
||||||
|
|||||||
Reference in New Issue
Block a user