bb8 said about 6 years ago on More on GraphQL - Organizing and Refactoring :
great video I have tried this approach and found it to be useful. However, now I am wrapping a much larger db in graphql and have had some success autogeneratign the graphql schema based on inspecting the models. Q1: Could you make a video translating the project above to be autogenerated? My main issue right now is that I can't figure out how things are built in runtime with rails. Figuring out what order everything is executed is confusing. Q2 do you have any videos on the inner workings of rails under the hood and how it is run and built at runtime?