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
Readonly.controls
fetchKey
readonlyfetchKey:string|number
Defined in: dist/index.d.ts:92
Inherited from
Readonly.fetchKey
fetchPolicy
readonlyfetchPolicy:FetchPolicy
Defined in: dist/index.d.ts:93
Inherited from
Readonly.fetchPolicy
id?
readonlyoptionalid:null|string
Defined in: dist/index.d.ts:89
Inherited from
Readonly.id
kind
readonlykind:"PreloadedQuery"
Defined in: dist/index.d.ts:88
Inherited from
Readonly.kind
name
readonlyname:string
Defined in: dist/index.d.ts:90
Inherited from
Readonly.name
networkCacheConfig?
readonlyoptionalnetworkCacheConfig:null|CacheConfig
Defined in: dist/index.d.ts:94
Inherited from
Readonly.networkCacheConfig
variables
readonlyvariables:VariablesOf<TQuery>
Defined in: dist/index.d.ts:91
Inherited from
Readonly.variables
Last updated: 4/7/25, 11:05 AM
Edit this page on GitHub