@types/graphql-relay
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,3 +6,2 @@ // Type definitions for graphql-relay 0.4 | ||
import { | ||
@@ -127,3 +126,2 @@ GraphQLBoolean, | ||
// connection/arrayconnection.js | ||
@@ -159,7 +157,7 @@ | ||
* | ||
* This function is similar to `connectionFromArray`, but is intended for use | ||
* cases where you know the cardinality of the connection, consider it too large | ||
* to materialize the entire array, and instead wish pass in a slice of the | ||
* total result large enough to cover the range specified in `args`. | ||
*/ | ||
* This function is similar to `connectionFromArray`, but is intended for use | ||
* cases where you know the cardinality of the connection, consider it too large | ||
* to materialize the entire array, and instead wish pass in a slice of the | ||
* total result large enough to cover the range specified in `args`. | ||
*/ | ||
export function connectionFromArraySlice<T>( | ||
@@ -300,3 +298,2 @@ arraySlice: T[], | ||
// node/plural.js | ||
@@ -308,3 +305,3 @@ | ||
outputType: GraphQLOutputType; | ||
resolveSingleInput: (input: any, context: any, info: GraphQLResolveInfo) => any; | ||
resolveSingleInput(input: any, context: any, info: GraphQLResolveInfo): any; | ||
description?: string; | ||
@@ -315,2 +312,2 @@ } | ||
config: PluralIdentifyingRootFieldConfig | ||
): GraphQLFieldConfig<any, any>; | ||
): GraphQLFieldConfig<any, any>; |
{ | ||
"name": "@types/graphql-relay", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "TypeScript definitions for graphql-relay", | ||
"license": "MIT", | ||
"author": "Arvitaly <https://github.com/arvitaly>, nitintutlani <https://github.com/nitintutlani>, Grelinfo <https://github.com/Grelinfo>", | ||
"contributors": [ | ||
{ | ||
"name": "Arvitaly", | ||
"url": "https://github.com/arvitaly" | ||
}, | ||
{ | ||
"name": "nitintutlani", | ||
"url": "https://github.com/nitintutlani" | ||
}, | ||
{ | ||
"name": "Grelinfo", | ||
"url": "https://github.com/Grelinfo" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,3 +30,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "038f08be68c1a737f77b74614437d9e9e2ae67391e05020ae4f6a9edd6e6bf3e" | ||
"typesPublisherContentHash": "1c31e51a13ea088f7494c4508eb20b03cab8f9abb85eeb68d0bcb07320886604", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,9 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/graphql-relay | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-relay | ||
Additional Details | ||
* Last updated: Tue, 29 Nov 2016 23:38:18 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: graphql | ||
* Last updated: Fri, 31 Mar 2017 19:23:24 GMT | ||
* Dependencies: graphql | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
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
10710
3
268
17