Please enable JavaScript.
Coggle requires JavaScript to display documents.
swagger file - Coggle Diagram
swagger file
external repo
backend updates commiting changes in this file (maybe automatically)
circleci runs a job
run codegen command (types and client are created)
export types and client functions
create a lib with npm
update using dependabots
creates automatically PR installing new lib version
breaked?
2 more items...
same repo as the frontend
update file manually (usually copying the backend file?)
run codegen command (types and client are created)
build project to check if there is no break changes
breaked?
yes?
create commit fix
no?
create commit update