@types/relay-runtime
Advanced tools
Comparing version 10.1.10 to 11.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for relay-runtime 10.1 | ||
// Type definitions for relay-runtime 11.0 | ||
// Project: https://github.com/facebook/relay, https://facebook.github.io/relay | ||
@@ -3,0 +3,0 @@ // Definitions by: Eloy Durán <https://github.com/alloy> |
@@ -38,2 +38,8 @@ import { DataID, Variables } from '../../../lib/util/RelayRuntimeTypes'; | ||
export function getConnectionID( | ||
recordID: DataID, | ||
key: string, | ||
filters?: Variables | null, | ||
): DataID; | ||
export function insertEdgeAfter(record: RecordProxy, newEdge: RecordProxy, cursor?: string | null): void; | ||
@@ -40,0 +46,0 @@ |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "10.1.10", | ||
"version": "11.0.0", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0e0f8ac9e90c0ca8262d54e32d81f6ec6988e69a017901664f31dbcc4993c562", | ||
"typesPublisherContentHash": "16a5170972588373d516f3420beb79502fa29c0681a6802ff9e01b83ce66e54f", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 15 Mar 2021 18:20:57 GMT | ||
* Last updated: Sat, 03 Apr 2021 06:01:14 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
108016
2698