@types/react-relay
Advanced tools
Comparing version 5.0.1 to 6.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-relay 5.0 | ||
// Type definitions for react-relay 6.0 | ||
// Project: https://github.com/facebook/relay, https://facebook.github.io/relay | ||
@@ -108,6 +108,7 @@ // Definitions by: Johannes Schickling <https://github.com/graphcool> | ||
export type DataFrom = 'NETWORK_ONLY' | 'STORE_THEN_NETWORK'; | ||
export type FetchPolicy = 'store-and-network' | 'network-only'; | ||
declare class ReactRelayQueryRenderer<TOperation extends OperationType> extends React.Component<{ | ||
cacheConfig?: CacheConfig | null; | ||
dataFrom?: DataFrom; | ||
fetchPolicy?: FetchPolicy; | ||
environment: Environment; | ||
@@ -114,0 +115,0 @@ query: GraphQLTaggedNode | null | undefined; |
{ | ||
"name": "@types/react-relay", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -55,4 +55,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "891dcf58d17d1772914aa76e6e73a119f5ca2987250a73f3ecee8af563c7b6ec", | ||
"typesPublisherContentHash": "b87fed166f81e1475fe0250fdc3a5466c998092554097500b8704228bbd4b9f5", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 23 Sep 2019 09:39:51 GMT | ||
* Last updated: Wed, 25 Sep 2019 20:58:56 GMT | ||
* Dependencies: @types/react, @types/relay-runtime | ||
@@ -14,0 +14,0 @@ * Global values: none |
9354