DEV Community

Discussion on: What do you think about GraphQL? Who's using it? Love it, hate it? Tell me why?

Collapse
 
chema profile image
José María CL

I like it too much. I think we are faster when it's about basic crud operations. Also, it's easy to add resolvers for specific bussiness logic. The only thing I dont like too much is that it brigns us a lot of flexibility in the frontend, so we need to be careful to mantain a clean code and don't abuse service calls

Collapse
 
obinnaspeaks profile image
Obinna Ekwuno

oh, some would argue that the flexibility to the frontend is a good thing.