Konstantinos Feretos
Konstantinos Feretos
Fixes query param check failing for REST requests containing a `query` body param. **What kind of change does this PR introduce?** - [X] Bugfix - [ ] Feature - [...
Fixes certain handlers still returning `totalCount` despite their return signature suggesting they return `count`. All counts are now in truly consistently returned as `count` across all routes. **What kind of...
Modules like Email, SMS and Storage depend either optionally or entirely on third party service providers. Accessing and making use of said providers might not always be possible due to...
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/ConduitPlatform/Conduit/blob/main/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [Issue Tracker](https://github.com/ConduitPlatform/Conduit/issues) for a feature request that...