Exploring the Development of Refactoring a RESTful api to GraphQL
Tag: GraphQL
GraphQL is a query language for APIs and a runtime for executing those queries by using a type system you define for your data. It was developed by Facebook in 2012 and released as an open-source project in 2015. GraphQL provides a more efficient, powerful, and flexible alternative to REST APIs.
Learn More about GraphQL.
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.