Interface: PreloadedQuery<TQuery>
Defined in: dist/index.d.ts:87
Extends
Readonly<{controls?:OpaqueReference<{dispose:DisposeFn;environment:IEnvironment;getNetworkError: () =>Error|null;isDisposed: () =>boolean;releaseQuery: () =>void;source:Observable<GraphQLResponse> |undefined; }>;fetchKey:string|number;fetchPolicy:FetchPolicy;id?:string|null;kind:"PreloadedQuery";name:string;networkCacheConfig?:CacheConfig|null;variables:VariablesOf<TQuery>; }>
Type Parameters
TQuery
TQuery extends OperationType
Properties
controls?
readonlyoptionalcontrols:OpaqueReference<{dispose:DisposeFn;environment:Environment;getNetworkError: () =>null|Error;isDisposed: () =>boolean;releaseQuery: () =>void;source:undefined|RelayObservable<GraphQLResponse>; },undefined>
Defined in: dist/index.d.ts:95
Inherited from
__type.controls
fetchKey
readonlyfetchKey:string|number
Defined in: dist/index.d.ts:92
Inherited from
__type.fetchKey
fetchPolicy
readonlyfetchPolicy:FetchPolicy
Defined in: dist/index.d.ts:93
Inherited from
__type.fetchPolicy
id?
readonlyoptionalid:null|string
Defined in: dist/index.d.ts:89
Inherited from
__type.id
kind
readonlykind:"PreloadedQuery"
Defined in: dist/index.d.ts:88
Inherited from
__type.kind
name
readonlyname:string
Defined in: dist/index.d.ts:90
Inherited from
__type.name
networkCacheConfig?
readonlyoptionalnetworkCacheConfig:null|CacheConfig
Defined in: dist/index.d.ts:94
Inherited from
__type.networkCacheConfig
variables
readonlyvariables:VariablesOf<TQuery>
Defined in: dist/index.d.ts:91
Inherited from
__type.variables
Last updated: 2/26/25, 1:21 PM
Edit this page on GitHub