Interface: ResourcefulHooks
Combined hook interface providing both query scoping and payload validation.
Used by the update operation which needs both query scoping (to find the record) and payload validation (to validate the update data).
Properties
| Property | Type | Description |
|---|---|---|
payloadValidationSchemas | ResourcefulValidationHooks | Payload validation schema getters for additional validation |
queryScopeCallbacks | ResourcefulScopeHooks | Query scope callbacks for constraining database queries |