graphql-yoga
Advanced tools
Comparing version 1.8.1 to 1.8.2
/// <reference types="express" /> | ||
/// <reference types="cors" /> | ||
import { Request } from 'express'; | ||
import { Request, Response } from 'express'; | ||
import { CorsOptions } from 'cors'; | ||
@@ -27,2 +27,3 @@ import { GraphQLSchema, GraphQLFieldResolver, GraphQLScalarType, GraphQLIsTypeOfFn, GraphQLTypeResolver, ValidationContext } from 'graphql'; | ||
request: Request; | ||
response: Response; | ||
connection: ExecutionParams; | ||
@@ -29,0 +30,0 @@ } |
{ | ||
"name": "graphql-yoga", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts", |
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
61382
669