@types/relay-runtime
Advanced tools
Comparing version 17.0.0 to 17.0.1
@@ -357,2 +357,7 @@ import { MutationParameters } from "../mutations/commitMutation"; | ||
: never; | ||
getOrCreateLinkedRecord<K extends keyof T>( | ||
name: K, | ||
typeName: string, | ||
args?: Variables | null, | ||
): RecordProxy<NonNullable<T[K]>>; | ||
getOrCreateLinkedRecord(name: string, typeName: string, args?: Variables | null): RecordProxy<T>; | ||
@@ -359,0 +364,0 @@ getType(): string; |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "17.0.0", | ||
"version": "17.0.1", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relay-runtime", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "82fe440530bff8a874e0bf0e3b56ca80959e609c039c824cc3d6bbeb61cb88d4", | ||
"typeScriptVersion": "4.7" | ||
"typesPublisherContentHash": "2f2ecac0a0876252555f18599b23266cc56c65c1d1a03268b0967f99758f9e82", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 15 Jun 2024 11:06:44 GMT | ||
* Last updated: Fri, 28 Jun 2024 12:44:05 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
141799
3498