@types/react-relay
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -143,2 +143,7 @@ // Type definitions for react-relay 5.0 | ||
export function readInlineData<T extends _RefType<any>>( | ||
fragment: GraphQLTaggedNode, | ||
ref: FragmentOrRegularProp<T>, | ||
): T; | ||
type FragmentVariablesGetter = (prevVars: Variables, totalCount: number) => Variables; | ||
@@ -145,0 +150,0 @@ |
{ | ||
"name": "@types/react-relay", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -55,4 +55,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "07d9c1a3b11322fdb59454aa905f283092248ffc31b482295fed8ed73485b1b1", | ||
"typesPublisherContentHash": "891dcf58d17d1772914aa76e6e73a119f5ca2987250a73f3ecee8af563c7b6ec", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -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, 18 Jun 2019 15:31:52 GMT | ||
* Last updated: Mon, 23 Sep 2019 09:39:51 GMT | ||
* Dependencies: @types/react, @types/relay-runtime | ||
@@ -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>, Matt Krick <https://github.com/mattkrick>. | ||
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>, and Matt Krick <https://github.com/mattkrick>. |
9345
159