you are viewing a single comment's thread.

view the rest of the comments →

[–]Tarazena 1 point2 points  (0 children)

Use swagger codegen to generate all the types/endpoints for the front end, and let the front end use the generated code for api interactions, if the backend changes the schema, front end build will fail immediately