chore(deps): bump github.com/99designs/gqlgen from 0.17.40 to 0.17.41

Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.40 to 0.17.41.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.40...v0.17.41)
This commit is contained in:
2023-12-04 06:25:05 +00:00
parent e6f9aedae7
commit e2ab56ce1e
3 changed files with 7 additions and 23 deletions
-20
View File
@@ -4135,8 +4135,6 @@ func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj i
}
switch k {
case "name":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("name"))
data, err := ec.unmarshalNString2string(ctx, v)
if err != nil {
@@ -4144,8 +4142,6 @@ func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj i
}
it.Name = data
case "organizationId":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationId"))
data, err := ec.unmarshalNID2string(ctx, v)
if err != nil {
@@ -4153,8 +4149,6 @@ func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj i
}
it.OrganizationID = data
case "refs":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refs"))
data, err := ec.unmarshalNString2ᚕstringᚄ(ctx, v)
if err != nil {
@@ -4162,8 +4156,6 @@ func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj i
}
it.Refs = data
case "read":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("read"))
data, err := ec.unmarshalNBoolean2bool(ctx, v)
if err != nil {
@@ -4171,8 +4163,6 @@ func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj i
}
it.Read = data
case "publish":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publish"))
data, err := ec.unmarshalNBoolean2bool(ctx, v)
if err != nil {
@@ -4200,8 +4190,6 @@ func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj
}
switch k {
case "ref":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ref"))
data, err := ec.unmarshalNString2string(ctx, v)
if err != nil {
@@ -4209,8 +4197,6 @@ func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj
}
it.Ref = data
case "service":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("service"))
data, err := ec.unmarshalNString2string(ctx, v)
if err != nil {
@@ -4218,8 +4204,6 @@ func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj
}
it.Service = data
case "url":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("url"))
data, err := ec.unmarshalOString2ᚖstring(ctx, v)
if err != nil {
@@ -4227,8 +4211,6 @@ func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj
}
it.URL = data
case "wsUrl":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("wsUrl"))
data, err := ec.unmarshalOString2ᚖstring(ctx, v)
if err != nil {
@@ -4236,8 +4218,6 @@ func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj
}
it.WsURL = data
case "sdl":
var err error
ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sdl"))
data, err := ec.unmarshalNString2string(ctx, v)
if err != nil {