GraphQL, a new option for API creation

As software engineers, we are extremely familiar with the core functionality of REST for APIs. Recently, a modern alternative, named GraphQL, has been developed to provide improved flexibility of queries when compared to the comparative static nature of REST APIs. GraphQL has been developed to mitigate the existing problem inherent within REST APIs, Overposting, where[…]