cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
39 stars 11 forks source link

Model validation functions #332

Closed rhythnic closed 4 years ago

rhythnic commented 4 years ago

Write validation functions for model mutations. Call these functions from the models. Remove validation logic from the HTTP request handlers.

rhythnic commented 4 years ago

I'm rethinking this, as we have Prisma checking types, authorization in the REST handlers, and we can do conditional logic in the models.