Interface: LoadQueryOptions
Defined in: index.d.mts:9
Options for loadQuery.
Properties
fetchPolicy?
readonlyoptionalfetchPolicy:FetchPolicy|null
Defined in: index.d.mts:11
Fetch policy for the preload request.
networkCacheConfig?
readonlyoptionalnetworkCacheConfig:CacheConfig|null
Defined in: index.d.mts:13
Cache configuration for the preload request.
onQueryAstLoadTimeout?
readonlyoptionalonQueryAstLoadTimeout: () =>void|null
Defined in: index.d.mts:15
Callback to invoke if the query AST takes too long to load.
Last updated: 3/5/26, 7:43 PM
Edit this page on GitHub