@apollo/query-planner
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -9,2 +9,6 @@ # CHANGELOG for `@apollo/query-planner` | ||
# v0.2.2 | ||
- types: Explicitly declare `FetchGroup[]` return type from `dependentGroups` in `buildQueryPlan`. | ||
# v0.2.1 | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "@apollo/query-planner", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Apollo Query Planner", | ||
@@ -35,3 +35,3 @@ "author": "Apollo <opensource@apollographql.com>", | ||
}, | ||
"gitHead": "4482d9c6631dbe0ecbd47d4b4120463567133055" | ||
"gitHead": "dbf0764b47ae00f16bf1c26585cb824bd695b0c1" | ||
} |
@@ -879,3 +879,3 @@ import { isNotNullOrUndefined } from './utilities/predicates'; | ||
get dependentGroups() { | ||
get dependentGroups(): FetchGroup[] { | ||
return [ | ||
@@ -882,0 +882,0 @@ ...Object.values(this.dependentGroupsByService), |
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
396511