Interface: RawDispatchContext
Defined in: src/lib/contracts/dispatch_context.ts:169
Plain input object supplied to DispatchContext at construction time.
Remarks
All fetch and mutation callbacks are required — every execution context must have a persistence layer wired up, even in standalone mode. Optional pre-fetched arrays populate the context's Sets at construction time without replacing the callbacks (the callbacks are still invoked on subsequent fetch calls).