Skip to main content
Solid Relay

Function: createLazyLoadQuery()

createLazyLoadQuery<TQuery>(gqlQuery, variables, options?): DataStore<TQuery["response"]>

Defined in: index.d.mts:68

Type Parameters

TQuery

TQuery extends OperationType

Parameters

gqlQuery

MaybeAccessor<GraphQLTaggedNode>

variables

MaybeAccessor<VariablesOf<TQuery>>

options?

deferStream?

boolean

fetchPolicy?

MaybeAccessor<FetchPolicy | undefined>

networkCacheConfig?

MaybeAccessor<CacheConfig | undefined>

Returns

DataStore<TQuery["response"]>

Last updated: 3/4/26, 9:44 AM

Edit this page on GitHub
Solid RelaySolidJS Bindings for Relay
Community
github