DEV Community

[Comment from a deleted post]
Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

GraphQL makes sense for Github because they have a public API with user demand for data-structures in great variation in returned data.

If you're small or medium you are much better off not dealing with GraphQL at all because it's much easier to work and maintain queries than it is dealing with GraphQL.

If you're using something such as postgres they have amazing JSON functions so you directly return JSON straight from the database.