@graphql-tools/executor
Advanced tools
Comparing version 2.0.0-alpha-20240620174856-8f272eba082bf1b8ceb050db557811d32c8507b6 to 2.0.0-alpha-20240620175016-1a4246713c9c2dcf5e3debfccfa47e0efd992528
@@ -16,2 +16,3 @@ "use strict"; | ||
class BoxedPromiseOrValue { | ||
value; | ||
constructor(value) { | ||
@@ -18,0 +19,0 @@ this.value = value; |
@@ -13,2 +13,5 @@ "use strict"; | ||
class IncrementalGraph { | ||
_rootNodes; | ||
_completedQueue; | ||
_nextQueue; | ||
constructor() { | ||
@@ -15,0 +18,0 @@ this._rootNodes = new Set(); |
@@ -20,2 +20,5 @@ "use strict"; | ||
class IncrementalPublisher { | ||
_context; | ||
_nextId; | ||
_incrementalGraph; | ||
constructor(context) { | ||
@@ -22,0 +25,0 @@ this._context = context; |
@@ -18,2 +18,11 @@ "use strict"; | ||
class DeferredFragmentRecord { | ||
path; | ||
label; | ||
id; | ||
parent; | ||
deferredGroupedFieldSetRecords; | ||
reconcilableResults; | ||
children; | ||
pending; | ||
fns; | ||
constructor(path, label, parent) { | ||
@@ -20,0 +29,0 @@ this.path = path; |
@@ -13,2 +13,3 @@ import { isPromise } from '@graphql-tools/utils'; | ||
export class BoxedPromiseOrValue { | ||
value; | ||
constructor(value) { | ||
@@ -15,0 +16,0 @@ this.value = value; |
@@ -10,2 +10,5 @@ import { isPromise } from '@graphql-tools/utils'; | ||
export class IncrementalGraph { | ||
_rootNodes; | ||
_completedQueue; | ||
_nextQueue; | ||
constructor() { | ||
@@ -12,0 +15,0 @@ this._rootNodes = new Set(); |
@@ -16,2 +16,5 @@ import { pathToArray } from '@graphql-tools/utils'; | ||
class IncrementalPublisher { | ||
_context; | ||
_nextId; | ||
_incrementalGraph; | ||
constructor(context) { | ||
@@ -18,0 +21,0 @@ this._context = context; |
@@ -12,2 +12,11 @@ export function isDeferredGroupedFieldSetRecord(incrementalDataRecord) { | ||
export class DeferredFragmentRecord { | ||
path; | ||
label; | ||
id; | ||
parent; | ||
deferredGroupedFieldSetRecords; | ||
reconcilableResults; | ||
children; | ||
pending; | ||
fns; | ||
constructor(path, label, parent) { | ||
@@ -14,0 +23,0 @@ this.path = path; |
{ | ||
"name": "@graphql-tools/executor", | ||
"version": "2.0.0-alpha-20240620174856-8f272eba082bf1b8ceb050db557811d32c8507b6", | ||
"version": "2.0.0-alpha-20240620175016-1a4246713c9c2dcf5e3debfccfa47e0efd992528", | ||
"sideEffects": false, | ||
@@ -9,3 +9,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphql-tools/utils": "10.3.0-alpha-20240620174856-8f272eba082bf1b8ceb050db557811d32c8507b6", | ||
"@graphql-tools/utils": "10.3.0-alpha-20240620175016-1a4246713c9c2dcf5e3debfccfa47e0efd992528", | ||
"@graphql-typed-document-node/core": "3.2.0", | ||
@@ -12,0 +12,0 @@ "@repeaterjs/repeater": "^3.0.4", |
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
256993
5253
+ Added@graphql-tools/utils@10.3.0-alpha-20240620175016-1a4246713c9c2dcf5e3debfccfa47e0efd992528(transitive)
- Removed@graphql-tools/utils@10.3.0-alpha-20240620174856-8f272eba082bf1b8ceb050db557811d32c8507b6(transitive)
Updated@graphql-tools/utils@10.3.0-alpha-20240620175016-1a4246713c9c2dcf5e3debfccfa47e0efd992528