@types/react-relay
Advanced tools
Comparing version 1.3.10 to 1.3.11
@@ -9,2 +9,3 @@ // Type definitions for react-relay 1.3 | ||
// Kaare Hoff Skovgaard <https://github.com/kastermester> | ||
// Matt Krick <https://github.com/mattkrick> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -135,3 +136,3 @@ // TypeScript Version: 2.9 | ||
edges?: ReadonlyArray<any>; | ||
pageInfo?: Partial<PageInfo>; | ||
pageInfo?: Partial<PageInfo> | null; | ||
} | ||
@@ -143,3 +144,3 @@ export type RelayPaginationProp = RelayProp & { | ||
pageSize: number, | ||
callback: (error?: Error) => void, | ||
callback?: ((error?: Error) => void) | null, | ||
options?: RefetchOptions | ||
@@ -146,0 +147,0 @@ ): RelayRuntimeTypes.Disposable | undefined | null; |
{ | ||
"name": "@types/react-relay", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "kastermester" | ||
}, | ||
{ | ||
"name": "Matt Krick", | ||
"url": "https://github.com/mattkrick", | ||
"githubUsername": "mattkrick" | ||
} | ||
@@ -50,4 +55,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "2a5a0d12ce90e4e891ca50f415d282d0525e097e81b4b134a7e4284c87494e69", | ||
"typesPublisherContentHash": "6bafe3727719cc0885e49644ffa856d16139fc81792a8bf3349fa4ad0f4ba74a", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-relay (https://github.com/facebook/relay). | ||
This package contains type definitions for react-relay ( https://github.com/facebook/relay ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 22 Jan 2019 17:30:38 GMT | ||
* Last updated: Wed, 30 Jan 2019 21:06:29 GMT | ||
* Dependencies: @types/relay-runtime, @types/react | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Johannes Schickling <https://github.com/graphcool>, Matt Martin <https://github.com/voxmatt>, Eloy Durán <https://github.com/alloy>, Nicolas Pirotte <https://github.com/npirotte>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>. | ||
These definitions were written by Johannes Schickling <https://github.com/graphcool>, Matt Martin <https://github.com/voxmatt>, Eloy Durán <https://github.com/alloy>, Nicolas Pirotte <https://github.com/npirotte>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>, Matt Krick <https://github.com/mattkrick>. |
20885
438