Its early days, but, here is a clearer picture on the GraphQL concept.
GraphQL is a new technology from Facebook. It aims to replace REST as a go-to API standard for developing rich applications. In this article we’ll build a simple GraphQL server using Node.js and an SQL database.
Leave a Reply