@envelop/types
Advanced tools
Comparing version 0.2.0 to 0.2.1-alpha-487005e.0
@@ -107,3 +107,3 @@ import { DocumentNode, GraphQLSchema, Source, ParseOptions, GraphQLError, execute, parse, validate, GraphQLResolveInfo, ExecutionArgs, ExecutionResult, ValidationRule, TypeInfo, subscribe, SubscriptionArgs } from 'graphql'; | ||
parse: typeof parse; | ||
contextFactory: () => GraphQLContext | Promise<GraphQLContext>; | ||
contextFactory: (orchestratorContext?: Partial<RequestContext>) => GraphQLContext | Promise<GraphQLContext>; | ||
schema: GraphQLSchema; | ||
@@ -110,0 +110,0 @@ }; |
{ | ||
"name": "@envelop/types", | ||
"version": "0.2.0", | ||
"version": "0.2.1-alpha-487005e.0", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
6161