@types/graphql
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -10,2 +10,3 @@ // Type definitions for graphql 0.11 | ||
// Ivan Goncharov <https://github.com/IvanGoncharov> | ||
// Hagai Cohen <https://github.com/DxCx> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -12,0 +13,0 @@ // TypeScript Version: 2.3 |
{ | ||
"name": "@types/graphql", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "TypeScript definitions for graphql", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "IvanGoncharov" | ||
}, | ||
{ | ||
"name": "Hagai Cohen", | ||
"url": "https://github.com/DxCx", | ||
"githubUsername": "DxCx" | ||
} | ||
@@ -51,4 +56,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "086e809b67c1a7757200750bc431e7639c39f398dec7eb6cd383966845f66c4f", | ||
"typesPublisherContentHash": "44cc4e5a3578a7f502feaf180c84aec00741e11028a16116f12a2b190b73c93f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 01 Sep 2017 21:51:05 GMT | ||
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>, Kepennar <https://github.com/kepennar>, Mikhail Novikov <https://github.com/freiksenet>, Ivan Goncharov <https://github.com/IvanGoncharov>. | ||
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>, Kepennar <https://github.com/kepennar>, Mikhail Novikov <https://github.com/freiksenet>, Ivan Goncharov <https://github.com/IvanGoncharov>, Hagai Cohen <https://github.com/DxCx>. |
@@ -17,3 +17,3 @@ import { GraphQLSchema } from '../type/schema'; | ||
subscribeFieldResolver?: GraphQLFieldResolver<any, any> | ||
): AsyncIterator<ExecutionResult>; | ||
): Promise<AsyncIterator<ExecutionResult> | ExecutionResult>; | ||
@@ -30,2 +30,2 @@ export function createSourceEventStream( | ||
fieldResolver?: GraphQLFieldResolver<any, any> | ||
): AsyncIterable<any>; | ||
): Promise<AsyncIterable<any>>; |
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
89133
2722