Interface: LoadQueryOptions
Defined in: dist/index.d.mts:10
Options for loadQuery.
Properties
fetchPolicy?
readonlyoptionalfetchPolicy:FetchPolicy|null
Defined in: dist/index.d.mts:12
Fetch policy for the preload request.
networkCacheConfig?
readonlyoptionalnetworkCacheConfig:CacheConfig|null
Defined in: dist/index.d.mts:14
Cache configuration for the preload request.
onQueryAstLoadTimeout?
readonlyoptionalonQueryAstLoadTimeout: () =>void|null
Defined in: dist/index.d.mts:16
Callback to invoke if the query AST takes too long to load.
Last updated: 5/28/26, 5:20 AM
Edit this page on GitHub