@types/relay-runtime
Advanced tools
Comparing version 10.0.2 to 10.0.3
@@ -137,5 +137,6 @@ import { ConnectionMetadata } from '../handlers/connection/ConnectionHandler'; | ||
export interface ReaderRefetchMetadata { | ||
readonly connection: ReaderPaginationMetadata | null | undefined; | ||
readonly connection?: ReaderPaginationMetadata | null; | ||
readonly operation: string | ConcreteRequest; | ||
readonly fragmentPathInResult: ReadonlyArray<string>; | ||
readonly identifierField?: string | null; | ||
} | ||
@@ -142,0 +143,0 @@ |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -52,4 +52,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6ca47ac77cc91e2cf45c67b84e100a1c44a944c3472c392da65dddbb48a54b31", | ||
"typesPublisherContentHash": "5135ef1326311a305331fdf7ef18ce3e86da2f816a51093e6628c0861ec43125", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 Aug 2020 00:54:49 GMT | ||
* Last updated: Sun, 09 Aug 2020 03:24:14 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
102132
2513