Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
aaab6e9047
|
@@ -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