0 votes
in GraphQL by
What was the reason behind the development of GraphQL?

1 Answer

0 votes
by

GraphQL was initially developed by Facebook as an internal solution for their mobile apps. It was designed to optimize RESTful API calls and provide a flexible, robust, and efficient alternative to REST. It is not a replacement for REST. It is an alternative to writing APIs using REST.

After its release, it has become prevalent among developers and is also a popular solution for building web services along with REST.

...