@envelop/core
Advanced tools
Comparing version 1.4.0-alpha-e8998c9.0 to 1.4.0-alpha-ed2d5ef.0
@@ -1,4 +0,3 @@ | ||
import { ArbitraryObject, EnvelopContextFnWrapper, GetEnvelopedFn, Plugin, DefaultContext } from '@envelop/types'; | ||
import { ArbitraryObject, EnvelopContextFnWrapper, GetEnvelopedFn, Plugin, DefaultContext, Maybe } from '@envelop/types'; | ||
import { GraphQLSchema } from 'graphql'; | ||
import { Maybe } from 'graphql/jsutils/Maybe'; | ||
export declare type EnvelopOrchestrator<InitialContext extends ArbitraryObject = ArbitraryObject, PluginsContext extends ArbitraryObject = ArbitraryObject> = { | ||
@@ -5,0 +4,0 @@ init: (initialContext?: Maybe<InitialContext>) => void; |
{ | ||
"name": "@envelop/core", | ||
"version": "1.4.0-alpha-e8998c9.0", | ||
"version": "1.4.0-alpha-ed2d5ef.0", | ||
"sideEffects": false, | ||
@@ -9,3 +9,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@envelop/types": "1.3.0-alpha-e8998c9.0" | ||
"@envelop/types": "1.3.0-alpha-ed2d5ef.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
import { ASTNode, DocumentNode, OperationDefinitionNode, Source, ExecutionResult, SubscriptionArgs, ExecutionArgs } from 'graphql'; | ||
import { AsyncIterableIteratorOrValue, ExecuteFunction, SubscribeFunction } from '@envelop/types'; | ||
import { PromiseOrValue } from 'graphql/jsutils/PromiseOrValue'; | ||
import { AsyncIterableIteratorOrValue, ExecuteFunction, SubscribeFunction, PromiseOrValue } from '@envelop/types'; | ||
export declare const envelopIsIntrospectionSymbol: unique symbol; | ||
@@ -5,0 +4,0 @@ export declare function isOperationDefinition(def: ASTNode): def is OperationDefinitionNode; |
87869
2217
+ Added@envelop/types@1.3.0-alpha-ed2d5ef.0(transitive)
- Removed@envelop/types@1.3.0-alpha-e8998c9.0(transitive)