@envelop/types
Advanced tools
Comparing version 0.0.1-alpha-e5a9ab0.0 to 0.0.1
@@ -27,5 +27,2 @@ import { DocumentNode, GraphQLSchema, Source, ParseOptions, GraphQLError, execute, parse, validate, GraphQLResolveInfo, ExecutionArgs, ExecutionResult, ValidationRule, TypeInfo } from 'graphql'; | ||
}) => void; | ||
onRequest?: BeforeAfterHook<{ | ||
requestContext: unknown; | ||
}, {}>; | ||
onExecute?: (options: { | ||
@@ -36,3 +33,3 @@ executeFn: typeof execute; | ||
extendContext: (contextExtension: Partial<PluginContext>) => void; | ||
}) => void | Promise<void> | OnExecuteHookResult | Promise<OnExecuteHookResult>; | ||
}) => void | OnExecuteHookResult; | ||
onParse?: BeforeAfterHook<{ | ||
@@ -39,0 +36,0 @@ params: { |
{ | ||
"name": "@envelop/types", | ||
"version": "0.0.1-alpha-e5a9ab0.0", | ||
"version": "0.0.1", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
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
3862
81