@apollo/composition
Advanced tools
Comparing version 2.9.0-connectors.8 to 2.9.0-connectors.9
@@ -52,3 +52,3 @@ "use strict"; | ||
function validateSatisfiability({ supergraphSchema, supergraphSdl }) { | ||
const supergraph = supergraphSchema ? new federation_internals_1.Supergraph(supergraphSchema, null) : federation_internals_1.Supergraph.build(supergraphSdl); | ||
const supergraph = supergraphSchema ? new federation_internals_1.Supergraph(supergraphSchema, null) : federation_internals_1.Supergraph.build(supergraphSdl, { supportedFeatures: null }); | ||
const supergraphQueryGraph = (0, query_graphs_1.buildSupergraphAPIQueryGraph)(supergraph); | ||
@@ -55,0 +55,0 @@ const federatedQueryGraph = (0, query_graphs_1.buildFederatedQueryGraph)(supergraph, false); |
{ | ||
"name": "@apollo/composition", | ||
"version": "2.9.0-connectors.8", | ||
"version": "2.9.0-connectors.9", | ||
"description": "Apollo Federation composition utilities", | ||
@@ -30,4 +30,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/federation-internals": "2.9.0-connectors.8", | ||
"@apollo/query-graphs": "2.9.0-connectors.8" | ||
"@apollo/federation-internals": "2.9.0-connectors.9", | ||
"@apollo/query-graphs": "2.9.0-connectors.9" | ||
}, | ||
@@ -34,0 +34,0 @@ "peerDependencies": { |
@@ -133,3 +133,3 @@ import { | ||
// and there is no reason to error due to an unsupported feature. | ||
const supergraph = supergraphSchema ? new Supergraph(supergraphSchema, null) : Supergraph.build(supergraphSdl); | ||
const supergraph = supergraphSchema ? new Supergraph(supergraphSchema, null) : Supergraph.build(supergraphSdl, { supportedFeatures: null }); | ||
const supergraphQueryGraph = buildSupergraphAPIQueryGraph(supergraph); | ||
@@ -136,0 +136,0 @@ const federatedQueryGraph = buildFederatedQueryGraph(supergraph, false); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
625692
+ Added@apollo/federation-internals@2.9.0-connectors.9(transitive)
+ Added@apollo/query-graphs@2.9.0-connectors.9(transitive)
- Removed@apollo/federation-internals@2.9.0-connectors.8(transitive)
- Removed@apollo/query-graphs@2.9.0-connectors.8(transitive)