Graphql In Django — An Overview
Published in
6 min readMay 13, 2020
--
Since being introduced by Facebook, GraphQL has been presented as a revolutionary alternative to REST APIs, GraphQL fixes many problems found with RESTful architecture. However, it also introduces a new set of challenges that need to be evaluated. This blog post will walk through things you should know about using GraphQl API with Django?