Skip to main content
Solid Relay

Function: createLazyLoadQuery()

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

Defined in: dist/index.d.ts:30

Type Parameters

TQuery

TQuery extends OperationType

Parameters

gqlQuery

MaybeAccessor<GraphQLTaggedNode>

variables

MaybeAccessor<VariablesOf<TQuery>>

options?

fetchPolicy?

MaybeAccessor<undefined | FetchPolicy>

networkCacheConfig?

MaybeAccessor<undefined | CacheConfig>

Returns

DataStore<TQuery["response"]>

Last updated: 6/17/25, 7:07 AM

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