@types/relay-runtime
Advanced tools
Comparing version 9.1.4 to 9.1.5
@@ -56,10 +56,2 @@ // Type definitions for relay-runtime 9.1 | ||
export { isClientID, generateClientID, generateUniqueClientID } from './lib/store/ClientID'; | ||
export { | ||
ConnectionEvent, | ||
ConnectionID, | ||
ConnectionReference, | ||
ConnectionReferenceObject, | ||
ConnectionResolver, | ||
ConnectionSnapshot, | ||
} from './lib/store/RelayConnection'; | ||
export { TaskScheduler } from './lib/store/RelayModernQueryExecutor'; | ||
@@ -66,0 +58,0 @@ export { RecordState } from './lib/store/RelayRecordState'; |
@@ -11,3 +11,2 @@ import { ReaderFragment } from '../util/ReaderNode'; | ||
} from '../util/NormalizationNode'; | ||
import { ConnectionInternalEvent, ConnectionID } from './RelayConnection'; | ||
import { PayloadData, Network, UploadableMap, PayloadError, GraphQLResponse } from '../network/RelayNetworkTypes'; | ||
@@ -401,3 +400,3 @@ import { RelayObservable } from '../network/RelayObservable'; | ||
getPluralRootField(fieldName: string): Array<RecordProxy<T> | null> | null; | ||
insertConnectionEdge_UNSTABLE(connectionID: ConnectionID, args: Variables, edge: RecordProxy): void; | ||
invalidateStore(): void; | ||
} | ||
@@ -816,3 +815,2 @@ | ||
export interface RelayResponsePayload { | ||
readonly connectionEvents: ConnectionInternalEvent[] | null | undefined; | ||
readonly errors: PayloadError[] | null | undefined; | ||
@@ -823,2 +821,3 @@ readonly fieldPayloads: HandleFieldPayload[] | null | undefined; | ||
readonly source: MutableRecordSource; | ||
readonly isFinal: boolean; | ||
} | ||
@@ -825,0 +824,0 @@ |
export interface FeatureFlags { | ||
ENABLE_VARIABLE_CONNECTION_KEY: boolean; | ||
ENABLE_CONNECTION_RESOLVERS: boolean; | ||
ENABLE_RELAY_CONTAINERS_SUSPENSE: boolean; | ||
ENABLE_PARTIAL_RENDERING_DEFAULT: boolean; | ||
USE_RECORD_SOURCE_MAP_IMPL: boolean; | ||
ENABLE_UNIQUE_MUTATION_ROOT: boolean; | ||
} | ||
export const RelayFeatureFlags: FeatureFlags; |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "9.1.4", | ||
"version": "9.1.5", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "88a7a636254e8668c38df10be1304073ebe749ec588d4d64130eb06f9c537b93", | ||
"typesPublisherContentHash": "55d437afde87095169c73138bcb554ead7f93d8c37854cbdd761e4318f0b3f36", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 17 Jun 2020 21:29:58 GMT | ||
* Last updated: Thu, 18 Jun 2020 15:10:18 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
100486
45
2472