Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
aaab6e9047
|
|||
| 15bb552061 |
+1
-51
@@ -2,57 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [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
|
||||
## [0.9.7] - 2026-05-11
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user