Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a910e9093c | |||
| 6dd6fd61db |
+51
-1
@@ -2,7 +2,57 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.9.7] - 2026-05-11
|
||||
## [0.9.8] - 2026-06-25
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.2.0 (#835)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.3.0 (#836)
|
||||
- *(deps)* Update module github.com/auth0/go-jwt-middleware/v3 to v3.2.0 (#837)
|
||||
- *(k8s)* Point OTEL endpoint to k8s-monitoring-alloy service (#839)
|
||||
- Raise Node heap cap to 512MB and bump pod memory limit (#838)
|
||||
- *(k8s)* Raise schemas CPU request from 20m to 100m (#840)
|
||||
- *(k8s)* Add scaleUp/scaleDown stabilization to schemas HPA (#844)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.3.1 (#845)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.0 (#846)
|
||||
- *(deps)* Update module golang.org/x/crypto to v0.52.0 (#848)
|
||||
- *(deps)* Update eventsourced (#849)
|
||||
- *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/pg to v1.20.0 (#850)
|
||||
- Bump eventsourced/pg to v2.0.2 and harden startup error logging (#851)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.1 (#852)
|
||||
- *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.19.0 (#854)
|
||||
- *(deps)* Update opentelemetry-go monorepo (#853)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.2 (#856)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.3 (#857)
|
||||
- *(deps)* Update module golang.org/x/sync to v0.21.0 (#858)
|
||||
- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.34 (#860)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.4 (#862)
|
||||
- *(deps)* Update module golang.org/x/crypto to v0.53.0 (#863)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.5 (#865)
|
||||
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.91 (#864)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.6 (#866)
|
||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.5.0 (#869)
|
||||
- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.35 (#871)
|
||||
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.92 (#873)
|
||||
|
||||
### ⚡ Performance
|
||||
|
||||
- *(graph)* Cache merged SDL and SchemaUpdate per ref (#841)
|
||||
- *(graph)* Warm schema cache on startup to kill cold-start spikes (#843)
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.26.3 docker digest to 54d3246 (#842)
|
||||
- *(deps)* Update node.js to v24.16.0 (#847)
|
||||
- *(deps)* Update golang docker tag to v1.26.4 (#855)
|
||||
- *(deps)* Update node.js to fb71d01 (#859)
|
||||
- *(deps)* Update golang:1.26.4 docker digest to 62df9f3 (#861)
|
||||
- *(deps)* Update node.js to 21f403a (#867)
|
||||
- *(deps)* Update actions/checkout action to v7 (#868)
|
||||
- *(deps)* Update node.js to v24.17.0 (#870)
|
||||
- *(deps)* Update golang:1.26.4 docker digest to f83d235 (#872)
|
||||
|
||||
## [0.9.7] - 2026-05-14
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
|
||||
@@ -1105,7 +1105,6 @@ 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"))
|
||||
}
|
||||
@@ -1129,7 +1128,6 @@ 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"))
|
||||
}
|
||||
@@ -1153,7 +1151,6 @@ 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"))
|
||||
}
|
||||
@@ -1177,7 +1174,6 @@ 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",
|
||||
@@ -1210,7 +1206,6 @@ 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"))
|
||||
}
|
||||
@@ -1234,7 +1229,6 @@ 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"))
|
||||
}
|
||||
@@ -1258,7 +1252,6 @@ 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"))
|
||||
}
|
||||
@@ -1301,7 +1294,6 @@ 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",
|
||||
@@ -1364,7 +1356,6 @@ 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",
|
||||
@@ -1427,7 +1418,6 @@ 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",
|
||||
@@ -1490,7 +1480,6 @@ 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",
|
||||
@@ -1553,7 +1542,6 @@ 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",
|
||||
@@ -1616,7 +1604,6 @@ 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",
|
||||
@@ -1660,7 +1647,6 @@ 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"))
|
||||
}
|
||||
@@ -1684,7 +1670,6 @@ 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"))
|
||||
}
|
||||
@@ -1708,7 +1693,6 @@ 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",
|
||||
@@ -1741,7 +1725,6 @@ 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",
|
||||
@@ -1792,7 +1775,6 @@ 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",
|
||||
@@ -1843,7 +1825,6 @@ 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",
|
||||
@@ -1900,7 +1881,6 @@ 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",
|
||||
@@ -1968,7 +1948,6 @@ 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",
|
||||
@@ -2013,7 +1992,6 @@ 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",
|
||||
@@ -2057,7 +2035,6 @@ 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",
|
||||
@@ -2090,7 +2067,6 @@ 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"))
|
||||
}
|
||||
@@ -2114,7 +2090,6 @@ 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"))
|
||||
}
|
||||
@@ -2138,7 +2113,6 @@ 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",
|
||||
@@ -2171,7 +2145,6 @@ 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"))
|
||||
}
|
||||
@@ -2195,7 +2168,6 @@ 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"))
|
||||
}
|
||||
@@ -2219,7 +2191,6 @@ 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"))
|
||||
}
|
||||
@@ -2243,7 +2214,6 @@ 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"))
|
||||
}
|
||||
@@ -2267,7 +2237,6 @@ 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"))
|
||||
}
|
||||
@@ -2291,7 +2260,6 @@ 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"))
|
||||
}
|
||||
@@ -2315,7 +2283,6 @@ 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"))
|
||||
}
|
||||
@@ -2339,7 +2306,6 @@ 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"))
|
||||
}
|
||||
@@ -2363,7 +2329,6 @@ 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"))
|
||||
}
|
||||
@@ -2387,7 +2352,6 @@ 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"))
|
||||
}
|
||||
@@ -2411,7 +2375,6 @@ 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"))
|
||||
}
|
||||
@@ -2435,7 +2398,6 @@ 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",
|
||||
@@ -2487,7 +2449,6 @@ 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",
|
||||
@@ -2531,7 +2492,6 @@ 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"))
|
||||
}
|
||||
@@ -2555,7 +2515,6 @@ 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"))
|
||||
}
|
||||
@@ -2579,7 +2538,6 @@ 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"))
|
||||
}
|
||||
@@ -2603,7 +2561,6 @@ 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"))
|
||||
}
|
||||
@@ -2627,7 +2584,6 @@ 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"))
|
||||
}
|
||||
@@ -2651,7 +2607,6 @@ 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"))
|
||||
}
|
||||
@@ -2675,7 +2630,6 @@ 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"))
|
||||
}
|
||||
@@ -2699,7 +2653,6 @@ 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",
|
||||
@@ -2743,7 +2696,6 @@ 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"))
|
||||
}
|
||||
@@ -2767,7 +2719,6 @@ 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"))
|
||||
}
|
||||
@@ -2791,7 +2742,6 @@ 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"))
|
||||
}
|
||||
@@ -2815,7 +2765,6 @@ 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"))
|
||||
}
|
||||
@@ -2839,7 +2788,6 @@ 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"))
|
||||
}
|
||||
@@ -2863,7 +2811,6 @@ 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"))
|
||||
}
|
||||
@@ -2887,7 +2834,6 @@ 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",
|
||||
@@ -2931,7 +2877,6 @@ 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",
|
||||
@@ -2964,7 +2909,6 @@ 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"))
|
||||
}
|
||||
@@ -2988,7 +2932,6 @@ 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"))
|
||||
}
|
||||
@@ -3012,7 +2955,6 @@ 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"))
|
||||
}
|
||||
@@ -3036,7 +2978,6 @@ 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"))
|
||||
}
|
||||
@@ -3060,7 +3001,6 @@ 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",
|
||||
@@ -3093,7 +3033,6 @@ 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"))
|
||||
}
|
||||
@@ -3117,7 +3056,6 @@ 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"))
|
||||
}
|
||||
@@ -3141,7 +3079,6 @@ 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"))
|
||||
}
|
||||
@@ -3165,7 +3102,6 @@ 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"))
|
||||
}
|
||||
@@ -3189,7 +3125,6 @@ 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",
|
||||
@@ -3222,7 +3157,6 @@ 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",
|
||||
@@ -3255,7 +3189,6 @@ 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",
|
||||
@@ -3288,7 +3221,6 @@ 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",
|
||||
@@ -3321,7 +3253,6 @@ 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",
|
||||
@@ -3354,7 +3285,6 @@ 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"))
|
||||
}
|
||||
@@ -3378,7 +3308,6 @@ 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"))
|
||||
}
|
||||
@@ -3402,7 +3331,6 @@ 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"))
|
||||
}
|
||||
@@ -3426,7 +3354,6 @@ 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"))
|
||||
}
|
||||
@@ -3451,7 +3378,6 @@ 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",
|
||||
@@ -3495,7 +3421,6 @@ 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",
|
||||
@@ -3528,7 +3453,6 @@ 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",
|
||||
@@ -3562,7 +3486,6 @@ 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",
|
||||
@@ -3606,7 +3529,6 @@ 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",
|
||||
@@ -3639,7 +3561,6 @@ 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",
|
||||
@@ -3672,7 +3593,6 @@ 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"))
|
||||
}
|
||||
@@ -3802,7 +3722,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:
|
||||
|
||||
Reference in New Issue
Block a user