Hi readers, this article will cover the following topics:
What is GraphQL API?Using GraphQL in Django
CRUD Operations on for users in Django
NOTE: This article assumes that you are already familiar with Django framework.
What is GraphQL?
You might have heard of the phrase GraphQL API if you play with APIs, but what is it actually?
GraphQL was develeoped at facebook when they needed a data fetching api for their mobile app powerful enough to handle millions of traffic per second.
Professionall...
Published on August 01, 2021 09:27