@types/graphql
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "@types/graphql", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "TypeScript definitions for graphql", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3310606c31b8406df23cae28795929ecd9746c92153a92dac43cca1f3abc2e59", | ||
"typesPublisherContentHash": "a460ddeaf2ea9acba7e37e2af42ae9f405aca7808166c40a482dc3274d5f559f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 05 May 2017 23:23:48 GMT | ||
* Last updated: Fri, 23 Jun 2017 14:03:03 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -52,4 +52,4 @@ import { | ||
getQueryType(): GraphQLObjectType; | ||
getMutationType(): GraphQLObjectType; | ||
getSubscriptionType(): GraphQLObjectType; | ||
getMutationType(): GraphQLObjectType|null|undefined; | ||
getSubscriptionType(): GraphQLObjectType|null|undefined; | ||
getTypeMap(): { [typeName: string]: GraphQLNamedType }; | ||
@@ -56,0 +56,0 @@ getType(name: string): GraphQLType; |
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
76293