@types/graphql
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@types/graphql", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "TypeScript definitions for graphql", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "879be58c407c0dfe41111df0777560ff5f6fafe431012c329a6c4b1faec5fccb", | ||
"typesPublisherContentHash": "3310606c31b8406df23cae28795929ecd9746c92153a92dac43cca1f3abc2e59", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/graphql | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql | ||
Additional Details | ||
* Last updated: Mon, 27 Mar 2017 17:41:51 GMT | ||
* Last updated: Fri, 05 May 2017 23:23:48 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -54,3 +54,3 @@ import { | ||
getSubscriptionType(): GraphQLObjectType; | ||
getTypeMap(): GraphQLNamedType; | ||
getTypeMap(): { [typeName: string]: GraphQLNamedType }; | ||
getType(name: string): GraphQLType; | ||
@@ -57,0 +57,0 @@ getPossibleTypes(abstractType: GraphQLAbstractType): Array<GraphQLObjectType>; |
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
76263
49