Skip to main content
Solid Relay

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?

readonly optional controls: 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

readonly fetchKey: string | number

Defined in: index.d.mts:17

Inherited from

Readonly.fetchKey


fetchPolicy

readonly fetchPolicy: FetchPolicy

Defined in: index.d.mts:18

Inherited from

Readonly.fetchPolicy


id?

readonly optional id: string | null

Defined in: index.d.mts:14

Inherited from

Readonly.id


kind

readonly kind: "PreloadedQuery"

Defined in: index.d.mts:13

Inherited from

Readonly.kind


name

readonly name: string

Defined in: index.d.mts:15

Inherited from

Readonly.name


networkCacheConfig?

readonly optional networkCacheConfig: CacheConfig | null

Defined in: index.d.mts:19

Inherited from

Readonly.networkCacheConfig


variables

readonly variables: 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
Solid RelaySolidJS Bindings for Relay
Community
github