Compare commits

...

2 Commits

Author SHA1 Message Date
argoyle aaab6e9047 chore: regenerate gqlgen code for v0.17.92
schemas / vulnerabilities (pull_request) Successful in 1m10s
schemas / check (pull_request) Failing after 1m16s
schemas / check-release (pull_request) Successful in 2m13s
schemas / build (pull_request) Has been skipped
pre-commit / pre-commit (pull_request) Successful in 4m13s
schemas / deploy-prod (pull_request) Has been skipped
2026-06-25 15:53:38 +02:00
renovate 15bb552061 fix(deps): update module github.com/99designs/gqlgen to v0.17.92
renovate/stability-days Updates have met minimum release age requirement
schemas / vulnerabilities (pull_request) Failing after 1m11s
schemas / check (pull_request) Failing after 1m19s
schemas / check-release (pull_request) Successful in 1m56s
schemas / build (pull_request) Has been skipped
schemas / deploy-prod (pull_request) Has been skipped
pre-commit / pre-commit (pull_request) Failing after 4m3s
2026-06-24 14:11:36 +00:00
3 changed files with 231 additions and 169 deletions
+5 -6
View File
@@ -3,7 +3,7 @@ module gitea.unbound.se/unboundsoftware/schemas
go 1.25.7
require (
github.com/99designs/gqlgen v0.17.91
github.com/99designs/gqlgen v0.17.92
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/Khan/genqlient v0.8.1
github.com/alecthomas/kong v1.15.0
@@ -40,7 +40,7 @@ require (
github.com/buger/jsonparser v1.1.2 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/coder/websocket v1.8.14 // indirect
github.com/coder/websocket v1.8.15 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
@@ -48,7 +48,6 @@ require (
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
@@ -80,11 +79,11 @@ require (
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/tools v0.45.0 // indirect
golang.org/x/tools v0.46.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/grpc v1.81.1 // indirect
+10 -12
View File
@@ -1,8 +1,8 @@
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
filippo.io/edwards25519 v1.2.0 h1:crnVqOiS4jqYleHd9vaKZ+HKtHfllngJIiOpNpoJsjo=
filippo.io/edwards25519 v1.2.0/go.mod h1:xzAOLCNug/yB62zG1bQ8uziwrIqIuxhctzJT18Q77mc=
github.com/99designs/gqlgen v0.17.91 h1:/mIvXnN0lAorqszP3Vukw10SVRfLVUYtBTQFwmYRMmI=
github.com/99designs/gqlgen v0.17.91/go.mod h1:N7+yJF6zbGIEqohF+ZtEUp/eq2dTnn0bDizLUIYPUCU=
github.com/99designs/gqlgen v0.17.92 h1:Ovj/hoMVqFaVLj7O2jlQNc8Z7FWpsd44LmA70e6qruM=
github.com/99designs/gqlgen v0.17.92/go.mod h1:D51dk25OyUPz7jBw3P7B3+k4vsLxZo9f0yOrT4t/vLE=
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=
@@ -32,8 +32,8 @@ github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1x
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
github.com/coder/websocket v1.8.15 h1:6B2JPeOGlpff2Uz6vOEH1Vzpi0iUz20A+lPVhPHtNUA=
github.com/coder/websocket v1.8.15/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -70,8 +70,6 @@ github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 h1:5VipnvEpbqr2gA2VbM+nYVbkIF28c5ZQfqCBQ5g2xfk=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0/go.mod h1:Hyl3n6Twe1hvtd9XUXDec4pTvgMSEixRuQKPTMH2bNs=
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
@@ -246,13 +244,13 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4=
golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
@@ -267,8 +265,8 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.45.0 h1:18qN3FAooORvApf5XjCXgsuayZOEtXf6JK18I3+ONa8=
golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0=
golang.org/x/tools v0.46.0 h1:7jTurBkPZu4moS/Uy4OQT1M+QBlsj3wejyZwsT8Z7rk=
golang.org/x/tools v0.46.0/go.mod h1:FrD85F8l+NWL+9XWBSyVSHO6Ne4jutsfIFba7AWQ5Ys=
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa h1:Kjn0N0tCrDgiAFW+lGO4JZ3ck44CehvJQMAwj9QF0G8=
+156 -91
View File
@@ -1105,6 +1105,7 @@ func (ec *executionContext) _APIKey_id(ctx context.Context, field graphql.Collec
true,
)
}
func (ec *executionContext) fieldContext_APIKey_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("APIKey", field, false, false, errors.New("field of type ID does not have child fields"))
}
@@ -1128,6 +1129,7 @@ func (ec *executionContext) _APIKey_name(ctx context.Context, field graphql.Coll
true,
)
}
func (ec *executionContext) fieldContext_APIKey_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("APIKey", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -1151,6 +1153,7 @@ func (ec *executionContext) _APIKey_key(ctx context.Context, field graphql.Colle
false,
)
}
func (ec *executionContext) fieldContext_APIKey_key(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("APIKey", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -1174,6 +1177,7 @@ func (ec *executionContext) _APIKey_organization(ctx context.Context, field grap
true,
)
}
func (ec *executionContext) fieldContext_APIKey_organization(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "APIKey",
@@ -1206,6 +1210,7 @@ func (ec *executionContext) _APIKey_refs(ctx context.Context, field graphql.Coll
true,
)
}
func (ec *executionContext) fieldContext_APIKey_refs(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("APIKey", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -1229,6 +1234,7 @@ func (ec *executionContext) _APIKey_read(ctx context.Context, field graphql.Coll
true,
)
}
func (ec *executionContext) fieldContext_APIKey_read(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("APIKey", field, false, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -1252,6 +1258,7 @@ func (ec *executionContext) _APIKey_publish(ctx context.Context, field graphql.C
true,
)
}
func (ec *executionContext) fieldContext_APIKey_publish(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("APIKey", field, false, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -1294,6 +1301,7 @@ func (ec *executionContext) _Mutation_addOrganization(ctx context.Context, field
true,
)
}
func (ec *executionContext) fieldContext_Mutation_addOrganization(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Mutation",
@@ -1356,6 +1364,7 @@ func (ec *executionContext) _Mutation_addUserToOrganization(ctx context.Context,
true,
)
}
func (ec *executionContext) fieldContext_Mutation_addUserToOrganization(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Mutation",
@@ -1418,6 +1427,7 @@ func (ec *executionContext) _Mutation_addAPIKey(ctx context.Context, field graph
true,
)
}
func (ec *executionContext) fieldContext_Mutation_addAPIKey(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Mutation",
@@ -1480,6 +1490,7 @@ func (ec *executionContext) _Mutation_removeAPIKey(ctx context.Context, field gr
true,
)
}
func (ec *executionContext) fieldContext_Mutation_removeAPIKey(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Mutation",
@@ -1542,6 +1553,7 @@ func (ec *executionContext) _Mutation_removeOrganization(ctx context.Context, fi
true,
)
}
func (ec *executionContext) fieldContext_Mutation_removeOrganization(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Mutation",
@@ -1604,6 +1616,7 @@ func (ec *executionContext) _Mutation_updateSubGraph(ctx context.Context, field
true,
)
}
func (ec *executionContext) fieldContext_Mutation_updateSubGraph(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Mutation",
@@ -1647,6 +1660,7 @@ func (ec *executionContext) _Organization_id(ctx context.Context, field graphql.
true,
)
}
func (ec *executionContext) fieldContext_Organization_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("Organization", field, false, false, errors.New("field of type ID does not have child fields"))
}
@@ -1670,6 +1684,7 @@ func (ec *executionContext) _Organization_name(ctx context.Context, field graphq
true,
)
}
func (ec *executionContext) fieldContext_Organization_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("Organization", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -1693,6 +1708,7 @@ func (ec *executionContext) _Organization_users(ctx context.Context, field graph
true,
)
}
func (ec *executionContext) fieldContext_Organization_users(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Organization",
@@ -1725,6 +1741,7 @@ func (ec *executionContext) _Organization_apiKeys(ctx context.Context, field gra
true,
)
}
func (ec *executionContext) fieldContext_Organization_apiKeys(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Organization",
@@ -1775,6 +1792,7 @@ func (ec *executionContext) _Query_organizations(ctx context.Context, field grap
true,
)
}
func (ec *executionContext) fieldContext_Query_organizations(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Query",
@@ -1825,6 +1843,7 @@ func (ec *executionContext) _Query_allOrganizations(ctx context.Context, field g
true,
)
}
func (ec *executionContext) fieldContext_Query_allOrganizations(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Query",
@@ -1881,6 +1900,7 @@ func (ec *executionContext) _Query_supergraph(ctx context.Context, field graphql
true,
)
}
func (ec *executionContext) fieldContext_Query_supergraph(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Query",
@@ -1948,6 +1968,7 @@ func (ec *executionContext) _Query_latestSchema(ctx context.Context, field graph
true,
)
}
func (ec *executionContext) fieldContext_Query_latestSchema(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Query",
@@ -1992,6 +2013,7 @@ func (ec *executionContext) _Query___type(ctx context.Context, field graphql.Col
false,
)
}
func (ec *executionContext) fieldContext_Query___type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Query",
@@ -2035,6 +2057,7 @@ func (ec *executionContext) _Query___schema(ctx context.Context, field graphql.C
false,
)
}
func (ec *executionContext) fieldContext_Query___schema(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Query",
@@ -2067,6 +2090,7 @@ func (ec *executionContext) _SchemaUpdate_ref(ctx context.Context, field graphql
true,
)
}
func (ec *executionContext) fieldContext_SchemaUpdate_ref(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SchemaUpdate", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2090,6 +2114,7 @@ func (ec *executionContext) _SchemaUpdate_id(ctx context.Context, field graphql.
true,
)
}
func (ec *executionContext) fieldContext_SchemaUpdate_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SchemaUpdate", field, false, false, errors.New("field of type ID does not have child fields"))
}
@@ -2113,6 +2138,7 @@ func (ec *executionContext) _SchemaUpdate_subGraphs(ctx context.Context, field g
true,
)
}
func (ec *executionContext) fieldContext_SchemaUpdate_subGraphs(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "SchemaUpdate",
@@ -2145,6 +2171,7 @@ func (ec *executionContext) _SchemaUpdate_cosmoRouterConfig(ctx context.Context,
false,
)
}
func (ec *executionContext) fieldContext_SchemaUpdate_cosmoRouterConfig(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SchemaUpdate", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2168,6 +2195,7 @@ func (ec *executionContext) _SubGraph_id(ctx context.Context, field graphql.Coll
true,
)
}
func (ec *executionContext) fieldContext_SubGraph_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type ID does not have child fields"))
}
@@ -2191,6 +2219,7 @@ func (ec *executionContext) _SubGraph_service(ctx context.Context, field graphql
true,
)
}
func (ec *executionContext) fieldContext_SubGraph_service(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2214,6 +2243,7 @@ func (ec *executionContext) _SubGraph_url(ctx context.Context, field graphql.Col
false,
)
}
func (ec *executionContext) fieldContext_SubGraph_url(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2237,6 +2267,7 @@ func (ec *executionContext) _SubGraph_wsUrl(ctx context.Context, field graphql.C
false,
)
}
func (ec *executionContext) fieldContext_SubGraph_wsUrl(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2260,6 +2291,7 @@ func (ec *executionContext) _SubGraph_sdl(ctx context.Context, field graphql.Col
true,
)
}
func (ec *executionContext) fieldContext_SubGraph_sdl(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2283,6 +2315,7 @@ func (ec *executionContext) _SubGraph_changedBy(ctx context.Context, field graph
true,
)
}
func (ec *executionContext) fieldContext_SubGraph_changedBy(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2306,6 +2339,7 @@ func (ec *executionContext) _SubGraph_changedAt(ctx context.Context, field graph
true,
)
}
func (ec *executionContext) fieldContext_SubGraph_changedAt(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraph", field, false, false, errors.New("field of type Time does not have child fields"))
}
@@ -2329,6 +2363,7 @@ func (ec *executionContext) _SubGraphs_id(ctx context.Context, field graphql.Col
true,
)
}
func (ec *executionContext) fieldContext_SubGraphs_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraphs", field, false, false, errors.New("field of type ID does not have child fields"))
}
@@ -2352,6 +2387,7 @@ func (ec *executionContext) _SubGraphs_minDelaySeconds(ctx context.Context, fiel
true,
)
}
func (ec *executionContext) fieldContext_SubGraphs_minDelaySeconds(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraphs", field, false, false, errors.New("field of type Int does not have child fields"))
}
@@ -2375,6 +2411,7 @@ func (ec *executionContext) _SubGraphs_sdl(ctx context.Context, field graphql.Co
true,
)
}
func (ec *executionContext) fieldContext_SubGraphs_sdl(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("SubGraphs", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2398,6 +2435,7 @@ func (ec *executionContext) _SubGraphs_subGraphs(ctx context.Context, field grap
true,
)
}
func (ec *executionContext) fieldContext_SubGraphs_subGraphs(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "SubGraphs",
@@ -2449,6 +2487,7 @@ func (ec *executionContext) _Subscription_schemaUpdates(ctx context.Context, fie
true,
)
}
func (ec *executionContext) fieldContext_Subscription_schemaUpdates(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "Subscription",
@@ -2492,6 +2531,7 @@ func (ec *executionContext) _Unchanged_id(ctx context.Context, field graphql.Col
true,
)
}
func (ec *executionContext) fieldContext_Unchanged_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("Unchanged", field, false, false, errors.New("field of type ID does not have child fields"))
}
@@ -2515,6 +2555,7 @@ func (ec *executionContext) _Unchanged_minDelaySeconds(ctx context.Context, fiel
true,
)
}
func (ec *executionContext) fieldContext_Unchanged_minDelaySeconds(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("Unchanged", field, false, false, errors.New("field of type Int does not have child fields"))
}
@@ -2538,6 +2579,7 @@ func (ec *executionContext) _User_id(ctx context.Context, field graphql.Collecte
true,
)
}
func (ec *executionContext) fieldContext_User_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("User", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2561,6 +2603,7 @@ func (ec *executionContext) ___Directive_name(ctx context.Context, field graphql
true,
)
}
func (ec *executionContext) fieldContext___Directive_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Directive", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2584,6 +2627,7 @@ func (ec *executionContext) ___Directive_description(ctx context.Context, field
false,
)
}
func (ec *executionContext) fieldContext___Directive_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Directive", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -2607,6 +2651,7 @@ func (ec *executionContext) ___Directive_isRepeatable(ctx context.Context, field
true,
)
}
func (ec *executionContext) fieldContext___Directive_isRepeatable(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Directive", field, false, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -2630,6 +2675,7 @@ func (ec *executionContext) ___Directive_locations(ctx context.Context, field gr
true,
)
}
func (ec *executionContext) fieldContext___Directive_locations(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Directive", field, false, false, errors.New("field of type __DirectiveLocation does not have child fields"))
}
@@ -2653,6 +2699,7 @@ func (ec *executionContext) ___Directive_args(ctx context.Context, field graphql
true,
)
}
func (ec *executionContext) fieldContext___Directive_args(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Directive",
@@ -2696,6 +2743,7 @@ func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql
true,
)
}
func (ec *executionContext) fieldContext___EnumValue_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__EnumValue", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2719,6 +2767,7 @@ func (ec *executionContext) ___EnumValue_description(ctx context.Context, field
false,
)
}
func (ec *executionContext) fieldContext___EnumValue_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__EnumValue", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -2742,6 +2791,7 @@ func (ec *executionContext) ___EnumValue_isDeprecated(ctx context.Context, field
true,
)
}
func (ec *executionContext) fieldContext___EnumValue_isDeprecated(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__EnumValue", field, true, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -2765,6 +2815,7 @@ func (ec *executionContext) ___EnumValue_deprecationReason(ctx context.Context,
false,
)
}
func (ec *executionContext) fieldContext___EnumValue_deprecationReason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__EnumValue", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -2788,6 +2839,7 @@ func (ec *executionContext) ___Field_name(ctx context.Context, field graphql.Col
true,
)
}
func (ec *executionContext) fieldContext___Field_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Field", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2811,6 +2863,7 @@ func (ec *executionContext) ___Field_description(ctx context.Context, field grap
false,
)
}
func (ec *executionContext) fieldContext___Field_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Field", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -2834,6 +2887,7 @@ func (ec *executionContext) ___Field_args(ctx context.Context, field graphql.Col
true,
)
}
func (ec *executionContext) fieldContext___Field_args(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Field",
@@ -2877,6 +2931,7 @@ func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.Col
true,
)
}
func (ec *executionContext) fieldContext___Field_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Field",
@@ -2909,6 +2964,7 @@ func (ec *executionContext) ___Field_isDeprecated(ctx context.Context, field gra
true,
)
}
func (ec *executionContext) fieldContext___Field_isDeprecated(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Field", field, true, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -2932,6 +2988,7 @@ func (ec *executionContext) ___Field_deprecationReason(ctx context.Context, fiel
false,
)
}
func (ec *executionContext) fieldContext___Field_deprecationReason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Field", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -2955,6 +3012,7 @@ func (ec *executionContext) ___InputValue_name(ctx context.Context, field graphq
true,
)
}
func (ec *executionContext) fieldContext___InputValue_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__InputValue", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -2978,6 +3036,7 @@ func (ec *executionContext) ___InputValue_description(ctx context.Context, field
false,
)
}
func (ec *executionContext) fieldContext___InputValue_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__InputValue", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -3001,6 +3060,7 @@ func (ec *executionContext) ___InputValue_type(ctx context.Context, field graphq
true,
)
}
func (ec *executionContext) fieldContext___InputValue_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__InputValue",
@@ -3033,6 +3093,7 @@ func (ec *executionContext) ___InputValue_defaultValue(ctx context.Context, fiel
false,
)
}
func (ec *executionContext) fieldContext___InputValue_defaultValue(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__InputValue", field, false, false, errors.New("field of type String does not have child fields"))
}
@@ -3056,6 +3117,7 @@ func (ec *executionContext) ___InputValue_isDeprecated(ctx context.Context, fiel
true,
)
}
func (ec *executionContext) fieldContext___InputValue_isDeprecated(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__InputValue", field, true, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -3079,6 +3141,7 @@ func (ec *executionContext) ___InputValue_deprecationReason(ctx context.Context,
false,
)
}
func (ec *executionContext) fieldContext___InputValue_deprecationReason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__InputValue", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -3102,6 +3165,7 @@ func (ec *executionContext) ___Schema_description(ctx context.Context, field gra
false,
)
}
func (ec *executionContext) fieldContext___Schema_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Schema", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -3125,6 +3189,7 @@ func (ec *executionContext) ___Schema_types(ctx context.Context, field graphql.C
true,
)
}
func (ec *executionContext) fieldContext___Schema_types(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Schema",
@@ -3157,6 +3222,7 @@ func (ec *executionContext) ___Schema_queryType(ctx context.Context, field graph
true,
)
}
func (ec *executionContext) fieldContext___Schema_queryType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Schema",
@@ -3189,6 +3255,7 @@ func (ec *executionContext) ___Schema_mutationType(ctx context.Context, field gr
false,
)
}
func (ec *executionContext) fieldContext___Schema_mutationType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Schema",
@@ -3221,6 +3288,7 @@ func (ec *executionContext) ___Schema_subscriptionType(ctx context.Context, fiel
false,
)
}
func (ec *executionContext) fieldContext___Schema_subscriptionType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Schema",
@@ -3253,6 +3321,7 @@ func (ec *executionContext) ___Schema_directives(ctx context.Context, field grap
true,
)
}
func (ec *executionContext) fieldContext___Schema_directives(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Schema",
@@ -3285,6 +3354,7 @@ func (ec *executionContext) ___Type_kind(ctx context.Context, field graphql.Coll
true,
)
}
func (ec *executionContext) fieldContext___Type_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Type", field, true, false, errors.New("field of type __TypeKind does not have child fields"))
}
@@ -3308,6 +3378,7 @@ func (ec *executionContext) ___Type_name(ctx context.Context, field graphql.Coll
false,
)
}
func (ec *executionContext) fieldContext___Type_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Type", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -3331,6 +3402,7 @@ func (ec *executionContext) ___Type_description(ctx context.Context, field graph
false,
)
}
func (ec *executionContext) fieldContext___Type_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Type", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -3354,6 +3426,7 @@ func (ec *executionContext) ___Type_specifiedByURL(ctx context.Context, field gr
false,
)
}
func (ec *executionContext) fieldContext___Type_specifiedByURL(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Type", field, true, false, errors.New("field of type String does not have child fields"))
}
@@ -3378,6 +3451,7 @@ func (ec *executionContext) ___Type_fields(ctx context.Context, field graphql.Co
false,
)
}
func (ec *executionContext) fieldContext___Type_fields(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Type",
@@ -3421,6 +3495,7 @@ func (ec *executionContext) ___Type_interfaces(ctx context.Context, field graphq
false,
)
}
func (ec *executionContext) fieldContext___Type_interfaces(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Type",
@@ -3453,6 +3528,7 @@ func (ec *executionContext) ___Type_possibleTypes(ctx context.Context, field gra
false,
)
}
func (ec *executionContext) fieldContext___Type_possibleTypes(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Type",
@@ -3486,6 +3562,7 @@ func (ec *executionContext) ___Type_enumValues(ctx context.Context, field graphq
false,
)
}
func (ec *executionContext) fieldContext___Type_enumValues(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Type",
@@ -3529,6 +3606,7 @@ func (ec *executionContext) ___Type_inputFields(ctx context.Context, field graph
false,
)
}
func (ec *executionContext) fieldContext___Type_inputFields(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Type",
@@ -3561,6 +3639,7 @@ func (ec *executionContext) ___Type_ofType(ctx context.Context, field graphql.Co
false,
)
}
func (ec *executionContext) fieldContext___Type_ofType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
fc = &graphql.FieldContext{
Object: "__Type",
@@ -3593,6 +3672,7 @@ func (ec *executionContext) ___Type_isOneOf(ctx context.Context, field graphql.C
false,
)
}
func (ec *executionContext) fieldContext___Type_isOneOf(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
return graphql.NewScalarFieldContext("__Type", field, true, false, errors.New("field of type Boolean does not have child fields"))
}
@@ -3722,7 +3802,7 @@ func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj
// region ************************** interface.gotpl ***************************
func (ec *executionContext) _Supergraph(ctx context.Context, sel ast.SelectionSet, obj model.Supergraph) graphql.Marshaler {
switch obj := (obj).(type) {
switch obj := obj.(type) {
case nil:
return graphql.Null
case model.Unchanged:
@@ -3758,7 +3838,8 @@ func (ec *executionContext) _APIKey(ctx context.Context, sel ast.SelectionSet, o
fields := graphql.CollectFields(ec.OperationContext, sel, aPIKeyImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -3807,16 +3888,14 @@ func (ec *executionContext) _APIKey(ctx context.Context, sel ast.SelectionSet, o
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -3830,7 +3909,8 @@ func (ec *executionContext) _Mutation(ctx context.Context, sel ast.SelectionSet)
})
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
innerCtx := graphql.WithRootFieldContext(ctx, &graphql.RootFieldContext{
Object: field.Name,
@@ -3891,16 +3971,14 @@ func (ec *executionContext) _Mutation(ctx context.Context, sel ast.SelectionSet)
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -3911,7 +3989,8 @@ func (ec *executionContext) _Organization(ctx context.Context, sel ast.Selection
fields := graphql.CollectFields(ec.OperationContext, sel, organizationImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -3945,16 +4024,14 @@ func (ec *executionContext) _Organization(ctx context.Context, sel ast.Selection
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -3968,7 +4045,8 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr
})
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
innerCtx := graphql.WithRootFieldContext(ctx, &graphql.RootFieldContext{
Object: field.Name,
@@ -4089,16 +4167,14 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4109,7 +4185,8 @@ func (ec *executionContext) _SchemaUpdate(ctx context.Context, sel ast.Selection
fields := graphql.CollectFields(ec.OperationContext, sel, schemaUpdateImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4143,16 +4220,14 @@ func (ec *executionContext) _SchemaUpdate(ctx context.Context, sel ast.Selection
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4163,7 +4238,8 @@ func (ec *executionContext) _SubGraph(ctx context.Context, sel ast.SelectionSet,
fields := graphql.CollectFields(ec.OperationContext, sel, subGraphImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4212,16 +4288,14 @@ func (ec *executionContext) _SubGraph(ctx context.Context, sel ast.SelectionSet,
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4232,7 +4306,8 @@ func (ec *executionContext) _SubGraphs(ctx context.Context, sel ast.SelectionSet
fields := graphql.CollectFields(ec.OperationContext, sel, subGraphsImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4266,16 +4341,14 @@ func (ec *executionContext) _SubGraphs(ctx context.Context, sel ast.SelectionSet
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4306,7 +4379,8 @@ func (ec *executionContext) _Unchanged(ctx context.Context, sel ast.SelectionSet
fields := graphql.CollectFields(ec.OperationContext, sel, unchangedImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4330,16 +4404,14 @@ func (ec *executionContext) _Unchanged(ctx context.Context, sel ast.SelectionSet
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4350,7 +4422,8 @@ func (ec *executionContext) _User(ctx context.Context, sel ast.SelectionSet, obj
fields := graphql.CollectFields(ec.OperationContext, sel, userImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4369,16 +4442,14 @@ func (ec *executionContext) _User(ctx context.Context, sel ast.SelectionSet, obj
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4389,7 +4460,8 @@ func (ec *executionContext) ___Directive(ctx context.Context, sel ast.SelectionS
fields := graphql.CollectFields(ec.OperationContext, sel, __DirectiveImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4428,16 +4500,14 @@ func (ec *executionContext) ___Directive(ctx context.Context, sel ast.SelectionS
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4448,7 +4518,8 @@ func (ec *executionContext) ___EnumValue(ctx context.Context, sel ast.SelectionS
fields := graphql.CollectFields(ec.OperationContext, sel, __EnumValueImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4482,16 +4553,14 @@ func (ec *executionContext) ___EnumValue(ctx context.Context, sel ast.SelectionS
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4502,7 +4571,8 @@ func (ec *executionContext) ___Field(ctx context.Context, sel ast.SelectionSet,
fields := graphql.CollectFields(ec.OperationContext, sel, __FieldImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4546,16 +4616,14 @@ func (ec *executionContext) ___Field(ctx context.Context, sel ast.SelectionSet,
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4566,7 +4634,8 @@ func (ec *executionContext) ___InputValue(ctx context.Context, sel ast.Selection
fields := graphql.CollectFields(ec.OperationContext, sel, __InputValueImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4610,16 +4679,14 @@ func (ec *executionContext) ___InputValue(ctx context.Context, sel ast.Selection
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4630,7 +4697,8 @@ func (ec *executionContext) ___Schema(ctx context.Context, sel ast.SelectionSet,
fields := graphql.CollectFields(ec.OperationContext, sel, __SchemaImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4674,16 +4742,14 @@ func (ec *executionContext) ___Schema(ctx context.Context, sel ast.SelectionSet,
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}
@@ -4694,7 +4760,8 @@ func (ec *executionContext) ___Type(ctx context.Context, sel ast.SelectionSet, o
fields := graphql.CollectFields(ec.OperationContext, sel, __TypeImplementors)
out := graphql.NewFieldSet(fields)
deferred := make(map[string]*graphql.FieldSet)
deferredFieldSet := graphql.NewFieldSet(nil)
deferLabelToView := make(map[string]*graphql.FieldSetView)
for i, field := range fields {
switch field.Name {
case "__typename":
@@ -4763,16 +4830,14 @@ func (ec *executionContext) ___Type(ctx context.Context, sel ast.SelectionSet, o
return graphql.Null
}
atomic.AddInt32(&ec.Deferred, int32(min(len(deferred), math.MaxInt32)))
atomic.AddInt32(&ec.Deferred, int32(min(len(deferLabelToView), math.MaxInt32)))
for label, dfs := range deferred {
ec.ProcessDeferredGroup(graphql.DeferredGroup{
Label: label,
Defers: deferLabelToView,
Path: graphql.GetPath(ctx),
FieldSet: dfs,
FieldSet: deferredFieldSet,
Context: ctx,
})
}
return out
}