Pass current knex trx instance to hook resolver functions

Closes #4558
This commit is contained in:
rijkvanzanten
2021-03-17 22:07:58 -04:00
parent ac223d2137
commit 2a71f0c0dd
3 changed files with 9 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ properties:
- `action` — Action that is performed
- `payload` Payload of the request
- `schema` - The current API schema in use
- `database` - Current database transaction
#### Auth