@apollo/query-graphs
Advanced tools
Comparing version 2.4.7 to 2.4.8
@@ -21,3 +21,10 @@ import { NamedType, OperationElement, Schema, SchemaRootKind, SelectionSet, ObjectType, DeferDirectiveArgs } from "@apollo/federation-internals"; | ||
get size(): number; | ||
countSubgraphJumpsAfterLastCommonVertex(that: GraphPath<TTrigger, RV, TNullEdge>): { | ||
thisJumps: number; | ||
thatJumps: number; | ||
}; | ||
private findLastCommonVertex; | ||
private subgraphJumpsAtIdx; | ||
subgraphJumps(): number; | ||
isEquivalentSaveForTypeExplosionTo(that: GraphPath<TTrigger, RV, TNullEdge>): boolean; | ||
[Symbol.iterator](): PathIterator<TTrigger, TNullEdge>; | ||
@@ -24,0 +31,0 @@ lastEdge(): Edge | TNullEdge | undefined; |
{ | ||
"name": "@apollo/query-graphs", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "Apollo Federation library to work with 'query graphs'", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/federation-internals": "2.4.7", | ||
"@apollo/federation-internals": "2.4.8", | ||
"deep-equal": "^2.0.5", | ||
@@ -29,0 +29,0 @@ "ts-graphviz": "^1.5.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
547036
7898
+ Added@apollo/federation-internals@2.4.8(transitive)
- Removed@apollo/federation-internals@2.4.7(transitive)