Skip to main content

Callable

â–¸ BuildAndFetchSelections<TData>(selections: undefined | Selection[], type: "query" | "mutation", cache?: CacheInstance, options?: FetchResolveOptions, lastTryParam?: boolean): Promise<undefined | null | TData>

Type parameters:#

NameDefault
TDataunknown

Parameters:#

NameType
selectionsundefined | Selection[]
type"query" | "mutation"
cache?CacheInstance
options?FetchResolveOptions
lastTryParam?boolean

Returns: Promise<undefined | null | TData>

Defined in: packages/gqless/src/Client/resolvers.ts:171

Last updated on by github-actions[bot]