Back
Rob Zolkos

Very cool. But does the Rails app (frontend) driving WIP use the GraphQL API or direct db calls in controllers?

You use GraphQL for WIP Marc?

Yep. wip.chat/api for more info.

I'm not 100% sure yet it was the right decision. Like I said, it more flexible than REST, but not as straight forward for developers unfamiliar with it. This might hold back more people from creating simple integrations.

Very cool. But does the Rails app (frontend) driving WIP use the GraphQL API or direct db calls in controllers?

www.railstutorial.org/ is really good. Go through this and you should have a great general purpose understanding of the framework. Then you can get further detail in guides.rubyonrails.org/ and api.rubyonrails.org/