File tree Expand file tree Collapse file tree
content/docs/references/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const result = HookContext.parse(data);
3737| ** input** | ` Record<string, any> ` | ✅ | Mutable input parameters |
3838| ** result** | ` any ` | optional | Operation result (After hooks only) |
3939| ** previous** | ` Record<string, any> ` | optional | Record state before operation |
40- | ** session** | ` { userId?: string; organizationId?: string; tenantId ?: string; roles ?: string[] ; … } ` | optional | Current session context |
40+ | ** session** | ` { userId?: string; organizationId?: string; roles ?: string[]; accessToken ?: string; … } ` | optional | Current session context |
4141| ** transaction** | ` any ` | optional | Database transaction handle |
4242| ** ql** | ` any ` | ✅ | ObjectQL Engine Reference |
4343| ** api** | ` any ` | optional | Cross-object data access (ScopedContext) |
You can’t perform that action at this time.
0 commit comments