You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving to graphql: it's strongly typed, so all the requests are type-checked before reaching the business logic. Removing the need for overcomplicating logic at runtime, Migration to Apollo could be done. Since the APIs are self-documenting, it also reduces need for publishing api-specs.
Or, considering hapi: Hapi introduces schemas for type validation built over their own server layer. It can generate api-specs using plugins.
https://github.com/pksilen/validated-types
The text was updated successfully, but these errors were encountered: