#
Interface: BuildAndFetchSelections#
Callableâ–¸ BuildAndFetchSelections<TData>(selections
: undefined | Selection[], type
: query | mutation, cache?
: CacheInstance, options?
: FetchResolveOptions, lastTryParam?
: boolean): Promise<undefined | null | TData>
#
Type parameters:Name | Default |
---|---|
TData | unknown |
#
Parameters:Name | Type |
---|---|
selections | undefined | Selection[] |
type | query | mutation |
cache? | CacheInstance |
options? | FetchResolveOptions |
lastTryParam? | boolean |
Returns: Promise<undefined | null | TData>
Defined in: packages/gqless/src/Client/resolvers.ts:171