Interface: PreloadedQuery<TQuery>
Defined in: index.d.mts:12
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: () =>Error|null;isDisposed: () =>boolean;releaseQuery: () =>void;source:RelayObservable<GraphQLResponse> |undefined; },undefined>
Defined in: index.d.mts:20
Inherited from
Readonly.controls
fetchKey
readonlyfetchKey:string|number
Defined in: index.d.mts:17
Inherited from
Readonly.fetchKey
fetchPolicy
readonlyfetchPolicy:FetchPolicy
Defined in: index.d.mts:18
Inherited from
Readonly.fetchPolicy
id?
readonlyoptionalid:string|null
Defined in: index.d.mts:14
Inherited from
Readonly.id
kind
readonlykind:"PreloadedQuery"
Defined in: index.d.mts:13
Inherited from
Readonly.kind
name
readonlyname:string
Defined in: index.d.mts:15
Inherited from
Readonly.name
networkCacheConfig?
readonlyoptionalnetworkCacheConfig:CacheConfig|null
Defined in: index.d.mts:19
Inherited from
Readonly.networkCacheConfig
variables
readonlyvariables:VariablesOf<TQuery>
Defined in: index.d.mts:16
Inherited from
Readonly.variables
Last updated: 3/4/26, 9:44 AM
Edit this page on GitHub