DEV Community

Discussion on: REST API OR GraphQL

Collapse
 
koed00 profile image
Ilan Steemers

I feel that most devs are misusing GraphQL and what they really should be using is the JSON API specs for their REST API. It offers most of the features that people are looking for when migrating to GraphQL.

That said; I think probably 80% of devs only use GraphQL for Relay and not as a standalone/public API.