Skip to content

ambiten


ambiten / adapter-graphql / runWithGraphqlContext

Function: runWithGraphqlContext()

runWithGraphqlContext<T>(request, handler, options?): Promise<T>

Defined in: packages/adapter-graphql/src/graphql-context.ts:22

Type Parameters

T

T

Parameters

request

AmbitenRequestLike

handler

() => T | Promise<T>

options?

AdapterContextOptions = {}

Returns

Promise<T>

Context-aware execution infrastructure for multi-tenant systems.