fix(deps): update module github.com/99designs/gqlgen to v0.17.80
This commit is contained in:
@@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/schemas
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.17.79
|
||||
github.com/99designs/gqlgen v0.17.80
|
||||
github.com/Khan/genqlient v0.8.1
|
||||
github.com/alecthomas/kong v1.12.1
|
||||
github.com/apex/log v1.9.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
|
||||
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
|
||||
github.com/99designs/gqlgen v0.17.79 h1:RTsJZtdzcfROeWdt42NGMIabIbiBn69YyVmLEAuxtnA=
|
||||
github.com/99designs/gqlgen v0.17.79/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
|
||||
github.com/99designs/gqlgen v0.17.80 h1:S64VF9SK+q3JjQbilgdrM0o4iFQgB54mVQ3QvXEO4Ek=
|
||||
github.com/99designs/gqlgen v0.17.80/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU=
|
||||
github.com/Khan/genqlient v0.8.1 h1:wtOCc8N9rNynRLXN3k3CnfzheCUNKBcvXmVv5zt6WCs=
|
||||
|
||||
+142
-116
@@ -665,7 +665,9 @@ func (ec *executionContext) _APIKey_id(ctx context.Context, field graphql.Collec
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_id,
|
||||
func(ctx context.Context) (any, error) { return obj.ID, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ID, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNID2string,
|
||||
true,
|
||||
@@ -692,7 +694,9 @@ func (ec *executionContext) _APIKey_name(ctx context.Context, field graphql.Coll
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_name,
|
||||
func(ctx context.Context) (any, error) { return obj.Name, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Name, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -719,7 +723,9 @@ func (ec *executionContext) _APIKey_key(ctx context.Context, field graphql.Colle
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_key,
|
||||
func(ctx context.Context) (any, error) { return obj.Key, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Key, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalOString2ᚖstring,
|
||||
true,
|
||||
@@ -746,7 +752,9 @@ func (ec *executionContext) _APIKey_organization(ctx context.Context, field grap
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_organization,
|
||||
func(ctx context.Context) (any, error) { return obj.Organization, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Organization, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNOrganization2ᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐOrganization,
|
||||
true,
|
||||
@@ -783,7 +791,9 @@ func (ec *executionContext) _APIKey_refs(ctx context.Context, field graphql.Coll
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_refs,
|
||||
func(ctx context.Context) (any, error) { return obj.Refs, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Refs, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2ᚕstringᚄ,
|
||||
true,
|
||||
@@ -810,7 +820,9 @@ func (ec *executionContext) _APIKey_read(ctx context.Context, field graphql.Coll
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_read,
|
||||
func(ctx context.Context) (any, error) { return obj.Read, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Read, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNBoolean2bool,
|
||||
true,
|
||||
@@ -837,7 +849,9 @@ func (ec *executionContext) _APIKey_publish(ctx context.Context, field graphql.C
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_APIKey_publish,
|
||||
func(ctx context.Context) (any, error) { return obj.Publish, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Publish, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNBoolean2bool,
|
||||
true,
|
||||
@@ -865,10 +879,11 @@ func (ec *executionContext) _Mutation_addOrganization(ctx context.Context, field
|
||||
field,
|
||||
ec.fieldContext_Mutation_addOrganization,
|
||||
func(ctx context.Context) (any, error) {
|
||||
directive0 := func(ctx context.Context) (any, error) {
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Mutation().AddOrganization(ctx, fc.Args["name"].(string))
|
||||
}
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Mutation().AddOrganization(ctx, fc.Args["name"].(string))
|
||||
},
|
||||
func(ctx context.Context, next graphql.Resolver) graphql.Resolver {
|
||||
directive0 := next
|
||||
|
||||
directive1 := func(ctx context.Context) (any, error) {
|
||||
user, err := ec.unmarshalOBoolean2ᚖbool(ctx, true)
|
||||
@@ -883,19 +898,9 @@ func (ec *executionContext) _Mutation_addOrganization(ctx context.Context, field
|
||||
return ec.directives.Auth(ctx, nil, directive0, user, nil)
|
||||
}
|
||||
|
||||
tmp, err := directive1(ctx)
|
||||
if err != nil {
|
||||
return nil, graphql.ErrorOnPath(ctx, err)
|
||||
}
|
||||
if tmp == nil {
|
||||
return nil, nil
|
||||
}
|
||||
if data, ok := tmp.(*model.Organization); ok {
|
||||
return data, nil
|
||||
}
|
||||
return nil, fmt.Errorf(`unexpected type %T from directive, should be *gitlab.com/unboundsoftware/schemas/graph/model.Organization`, tmp)
|
||||
next = directive1
|
||||
return next
|
||||
},
|
||||
nil,
|
||||
ec.marshalNOrganization2ᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐOrganization,
|
||||
true,
|
||||
true,
|
||||
@@ -943,10 +948,11 @@ func (ec *executionContext) _Mutation_addAPIKey(ctx context.Context, field graph
|
||||
field,
|
||||
ec.fieldContext_Mutation_addAPIKey,
|
||||
func(ctx context.Context) (any, error) {
|
||||
directive0 := func(ctx context.Context) (any, error) {
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Mutation().AddAPIKey(ctx, fc.Args["input"].(*model.InputAPIKey))
|
||||
}
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Mutation().AddAPIKey(ctx, fc.Args["input"].(*model.InputAPIKey))
|
||||
},
|
||||
func(ctx context.Context, next graphql.Resolver) graphql.Resolver {
|
||||
directive0 := next
|
||||
|
||||
directive1 := func(ctx context.Context) (any, error) {
|
||||
user, err := ec.unmarshalOBoolean2ᚖbool(ctx, true)
|
||||
@@ -961,19 +967,9 @@ func (ec *executionContext) _Mutation_addAPIKey(ctx context.Context, field graph
|
||||
return ec.directives.Auth(ctx, nil, directive0, user, nil)
|
||||
}
|
||||
|
||||
tmp, err := directive1(ctx)
|
||||
if err != nil {
|
||||
return nil, graphql.ErrorOnPath(ctx, err)
|
||||
}
|
||||
if tmp == nil {
|
||||
return nil, nil
|
||||
}
|
||||
if data, ok := tmp.(*model.APIKey); ok {
|
||||
return data, nil
|
||||
}
|
||||
return nil, fmt.Errorf(`unexpected type %T from directive, should be *gitlab.com/unboundsoftware/schemas/graph/model.APIKey`, tmp)
|
||||
next = directive1
|
||||
return next
|
||||
},
|
||||
nil,
|
||||
ec.marshalNAPIKey2ᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐAPIKey,
|
||||
true,
|
||||
true,
|
||||
@@ -1027,10 +1023,11 @@ func (ec *executionContext) _Mutation_updateSubGraph(ctx context.Context, field
|
||||
field,
|
||||
ec.fieldContext_Mutation_updateSubGraph,
|
||||
func(ctx context.Context) (any, error) {
|
||||
directive0 := func(ctx context.Context) (any, error) {
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Mutation().UpdateSubGraph(ctx, fc.Args["input"].(model.InputSubGraph))
|
||||
}
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Mutation().UpdateSubGraph(ctx, fc.Args["input"].(model.InputSubGraph))
|
||||
},
|
||||
func(ctx context.Context, next graphql.Resolver) graphql.Resolver {
|
||||
directive0 := next
|
||||
|
||||
directive1 := func(ctx context.Context) (any, error) {
|
||||
organization, err := ec.unmarshalOBoolean2ᚖbool(ctx, true)
|
||||
@@ -1045,19 +1042,9 @@ func (ec *executionContext) _Mutation_updateSubGraph(ctx context.Context, field
|
||||
return ec.directives.Auth(ctx, nil, directive0, nil, organization)
|
||||
}
|
||||
|
||||
tmp, err := directive1(ctx)
|
||||
if err != nil {
|
||||
return nil, graphql.ErrorOnPath(ctx, err)
|
||||
}
|
||||
if tmp == nil {
|
||||
return nil, nil
|
||||
}
|
||||
if data, ok := tmp.(*model.SubGraph); ok {
|
||||
return data, nil
|
||||
}
|
||||
return nil, fmt.Errorf(`unexpected type %T from directive, should be *gitlab.com/unboundsoftware/schemas/graph/model.SubGraph`, tmp)
|
||||
next = directive1
|
||||
return next
|
||||
},
|
||||
nil,
|
||||
ec.marshalNSubGraph2ᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐSubGraph,
|
||||
true,
|
||||
true,
|
||||
@@ -1110,7 +1097,9 @@ func (ec *executionContext) _Organization_id(ctx context.Context, field graphql.
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_Organization_id,
|
||||
func(ctx context.Context) (any, error) { return obj.ID, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ID, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNID2string,
|
||||
true,
|
||||
@@ -1137,7 +1126,9 @@ func (ec *executionContext) _Organization_name(ctx context.Context, field graphq
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_Organization_name,
|
||||
func(ctx context.Context) (any, error) { return obj.Name, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Name, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1164,7 +1155,9 @@ func (ec *executionContext) _Organization_users(ctx context.Context, field graph
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_Organization_users,
|
||||
func(ctx context.Context) (any, error) { return obj.Users, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Users, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNUser2ᚕᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐUserᚄ,
|
||||
true,
|
||||
@@ -1195,7 +1188,9 @@ func (ec *executionContext) _Organization_apiKeys(ctx context.Context, field gra
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_Organization_apiKeys,
|
||||
func(ctx context.Context) (any, error) { return obj.APIKeys, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.APIKeys, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNAPIKey2ᚕᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐAPIKeyᚄ,
|
||||
true,
|
||||
@@ -1239,10 +1234,10 @@ func (ec *executionContext) _Query_organizations(ctx context.Context, field grap
|
||||
field,
|
||||
ec.fieldContext_Query_organizations,
|
||||
func(ctx context.Context) (any, error) {
|
||||
directive0 := func(ctx context.Context) (any, error) {
|
||||
|
||||
return ec.resolvers.Query().Organizations(ctx)
|
||||
}
|
||||
return ec.resolvers.Query().Organizations(ctx)
|
||||
},
|
||||
func(ctx context.Context, next graphql.Resolver) graphql.Resolver {
|
||||
directive0 := next
|
||||
|
||||
directive1 := func(ctx context.Context) (any, error) {
|
||||
user, err := ec.unmarshalOBoolean2ᚖbool(ctx, true)
|
||||
@@ -1257,19 +1252,9 @@ func (ec *executionContext) _Query_organizations(ctx context.Context, field grap
|
||||
return ec.directives.Auth(ctx, nil, directive0, user, nil)
|
||||
}
|
||||
|
||||
tmp, err := directive1(ctx)
|
||||
if err != nil {
|
||||
return nil, graphql.ErrorOnPath(ctx, err)
|
||||
}
|
||||
if tmp == nil {
|
||||
return nil, nil
|
||||
}
|
||||
if data, ok := tmp.([]*model.Organization); ok {
|
||||
return data, nil
|
||||
}
|
||||
return nil, fmt.Errorf(`unexpected type %T from directive, should be []*gitlab.com/unboundsoftware/schemas/graph/model.Organization`, tmp)
|
||||
next = directive1
|
||||
return next
|
||||
},
|
||||
nil,
|
||||
ec.marshalNOrganization2ᚕᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐOrganizationᚄ,
|
||||
true,
|
||||
true,
|
||||
@@ -1306,10 +1291,11 @@ func (ec *executionContext) _Query_supergraph(ctx context.Context, field graphql
|
||||
field,
|
||||
ec.fieldContext_Query_supergraph,
|
||||
func(ctx context.Context) (any, error) {
|
||||
directive0 := func(ctx context.Context) (any, error) {
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Query().Supergraph(ctx, fc.Args["ref"].(string), fc.Args["isAfter"].(*string))
|
||||
}
|
||||
fc := graphql.GetFieldContext(ctx)
|
||||
return ec.resolvers.Query().Supergraph(ctx, fc.Args["ref"].(string), fc.Args["isAfter"].(*string))
|
||||
},
|
||||
func(ctx context.Context, next graphql.Resolver) graphql.Resolver {
|
||||
directive0 := next
|
||||
|
||||
directive1 := func(ctx context.Context) (any, error) {
|
||||
organization, err := ec.unmarshalOBoolean2ᚖbool(ctx, true)
|
||||
@@ -1324,19 +1310,9 @@ func (ec *executionContext) _Query_supergraph(ctx context.Context, field graphql
|
||||
return ec.directives.Auth(ctx, nil, directive0, nil, organization)
|
||||
}
|
||||
|
||||
tmp, err := directive1(ctx)
|
||||
if err != nil {
|
||||
return nil, graphql.ErrorOnPath(ctx, err)
|
||||
}
|
||||
if tmp == nil {
|
||||
return nil, nil
|
||||
}
|
||||
if data, ok := tmp.(model.Supergraph); ok {
|
||||
return data, nil
|
||||
}
|
||||
return nil, fmt.Errorf(`unexpected type %T from directive, should be gitlab.com/unboundsoftware/schemas/graph/model.Supergraph`, tmp)
|
||||
next = directive1
|
||||
return next
|
||||
},
|
||||
nil,
|
||||
ec.marshalNSupergraph2gitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐSupergraph,
|
||||
true,
|
||||
true,
|
||||
@@ -1481,7 +1457,9 @@ func (ec *executionContext) _SubGraph_id(ctx context.Context, field graphql.Coll
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_id,
|
||||
func(ctx context.Context) (any, error) { return obj.ID, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ID, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNID2string,
|
||||
true,
|
||||
@@ -1508,7 +1486,9 @@ func (ec *executionContext) _SubGraph_service(ctx context.Context, field graphql
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_service,
|
||||
func(ctx context.Context) (any, error) { return obj.Service, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Service, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1535,7 +1515,9 @@ func (ec *executionContext) _SubGraph_url(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_url,
|
||||
func(ctx context.Context) (any, error) { return obj.URL, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.URL, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalOString2ᚖstring,
|
||||
true,
|
||||
@@ -1562,7 +1544,9 @@ func (ec *executionContext) _SubGraph_wsUrl(ctx context.Context, field graphql.C
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_wsUrl,
|
||||
func(ctx context.Context) (any, error) { return obj.WsURL, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.WsURL, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalOString2ᚖstring,
|
||||
true,
|
||||
@@ -1589,7 +1573,9 @@ func (ec *executionContext) _SubGraph_sdl(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_sdl,
|
||||
func(ctx context.Context) (any, error) { return obj.Sdl, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Sdl, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1616,7 +1602,9 @@ func (ec *executionContext) _SubGraph_changedBy(ctx context.Context, field graph
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_changedBy,
|
||||
func(ctx context.Context) (any, error) { return obj.ChangedBy, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ChangedBy, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1643,7 +1631,9 @@ func (ec *executionContext) _SubGraph_changedAt(ctx context.Context, field graph
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraph_changedAt,
|
||||
func(ctx context.Context) (any, error) { return obj.ChangedAt, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ChangedAt, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNTime2timeᚐTime,
|
||||
true,
|
||||
@@ -1670,7 +1660,9 @@ func (ec *executionContext) _SubGraphs_id(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraphs_id,
|
||||
func(ctx context.Context) (any, error) { return obj.ID, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ID, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNID2string,
|
||||
true,
|
||||
@@ -1697,7 +1689,9 @@ func (ec *executionContext) _SubGraphs_minDelaySeconds(ctx context.Context, fiel
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraphs_minDelaySeconds,
|
||||
func(ctx context.Context) (any, error) { return obj.MinDelaySeconds, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.MinDelaySeconds, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNInt2int,
|
||||
true,
|
||||
@@ -1724,7 +1718,9 @@ func (ec *executionContext) _SubGraphs_sdl(ctx context.Context, field graphql.Co
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraphs_sdl,
|
||||
func(ctx context.Context) (any, error) { return obj.Sdl, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Sdl, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1751,7 +1747,9 @@ func (ec *executionContext) _SubGraphs_subGraphs(ctx context.Context, field grap
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_SubGraphs_subGraphs,
|
||||
func(ctx context.Context) (any, error) { return obj.SubGraphs, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.SubGraphs, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNSubGraph2ᚕᚖgitlabᚗcomᚋunboundsoftwareᚋschemasᚋgraphᚋmodelᚐSubGraphᚄ,
|
||||
true,
|
||||
@@ -1794,7 +1792,9 @@ func (ec *executionContext) _Unchanged_id(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_Unchanged_id,
|
||||
func(ctx context.Context) (any, error) { return obj.ID, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ID, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNID2string,
|
||||
true,
|
||||
@@ -1821,7 +1821,9 @@ func (ec *executionContext) _Unchanged_minDelaySeconds(ctx context.Context, fiel
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_Unchanged_minDelaySeconds,
|
||||
func(ctx context.Context) (any, error) { return obj.MinDelaySeconds, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.MinDelaySeconds, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNInt2int,
|
||||
true,
|
||||
@@ -1848,7 +1850,9 @@ func (ec *executionContext) _User_id(ctx context.Context, field graphql.Collecte
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext_User_id,
|
||||
func(ctx context.Context) (any, error) { return obj.ID, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.ID, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1875,7 +1879,9 @@ func (ec *executionContext) ___Directive_name(ctx context.Context, field graphql
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Directive_name,
|
||||
func(ctx context.Context) (any, error) { return obj.Name, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Name, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -1931,7 +1937,9 @@ func (ec *executionContext) ___Directive_isRepeatable(ctx context.Context, field
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Directive_isRepeatable,
|
||||
func(ctx context.Context) (any, error) { return obj.IsRepeatable, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.IsRepeatable, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNBoolean2bool,
|
||||
true,
|
||||
@@ -1958,7 +1966,9 @@ func (ec *executionContext) ___Directive_locations(ctx context.Context, field gr
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Directive_locations,
|
||||
func(ctx context.Context) (any, error) { return obj.Locations, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Locations, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalN__DirectiveLocation2ᚕstringᚄ,
|
||||
true,
|
||||
@@ -1985,7 +1995,9 @@ func (ec *executionContext) ___Directive_args(ctx context.Context, field graphql
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Directive_args,
|
||||
func(ctx context.Context) (any, error) { return obj.Args, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Args, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ,
|
||||
true,
|
||||
@@ -2037,7 +2049,9 @@ func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___EnumValue_name,
|
||||
func(ctx context.Context) (any, error) { return obj.Name, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Name, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -2151,7 +2165,9 @@ func (ec *executionContext) ___Field_name(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Field_name,
|
||||
func(ctx context.Context) (any, error) { return obj.Name, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Name, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -2207,7 +2223,9 @@ func (ec *executionContext) ___Field_args(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Field_args,
|
||||
func(ctx context.Context) (any, error) { return obj.Args, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Args, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ,
|
||||
true,
|
||||
@@ -2259,7 +2277,9 @@ func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.Col
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___Field_type,
|
||||
func(ctx context.Context) (any, error) { return obj.Type, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Type, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType,
|
||||
true,
|
||||
@@ -2368,7 +2388,9 @@ func (ec *executionContext) ___InputValue_name(ctx context.Context, field graphq
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___InputValue_name,
|
||||
func(ctx context.Context) (any, error) { return obj.Name, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Name, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalNString2string,
|
||||
true,
|
||||
@@ -2424,7 +2446,9 @@ func (ec *executionContext) ___InputValue_type(ctx context.Context, field graphq
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___InputValue_type,
|
||||
func(ctx context.Context) (any, error) { return obj.Type, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.Type, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType,
|
||||
true,
|
||||
@@ -2475,7 +2499,9 @@ func (ec *executionContext) ___InputValue_defaultValue(ctx context.Context, fiel
|
||||
ec.OperationContext,
|
||||
field,
|
||||
ec.fieldContext___InputValue_defaultValue,
|
||||
func(ctx context.Context) (any, error) { return obj.DefaultValue, nil },
|
||||
func(ctx context.Context) (any, error) {
|
||||
return obj.DefaultValue, nil
|
||||
},
|
||||
nil,
|
||||
ec.marshalOString2ᚖstring,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user