Exploring the Development of Refactoring a RESTful api to GraphQL
Tag: REST
REST is an architectural style for designing networked applications. It relies on a stateless, client-server, cacheable communications protocol — and in virtually all cases, the HTTP protocol is used. REST is often used in mobile applications, social networking websites, and as the basis for modern APIs.
Learn more about REST.
Articles
-
From REST to GraphQL - How To Build a GraphQL Server -
From REST to GraphQL I am giving a talk at NorthOT this Thursday in Barrie Ontario about Migrating from a RESTful API to GraphQL.