GraphQL with FeathersJS

Matt Chaffe
3 min readJul 26, 2018

--

In this article I will write about how the new @feathers-plus/cli can speed up development of a GraphQL service by coupling it with FeathersJS services. Why would I want to use GraphQL with FeathersJS you might ask… Well GraphQL gives you great flexibility in requesting only the right data when it’s needed and GraphQL allows building fast service orientated applications from the get go. The two combined are a force to be reckoned with.

--

--