Using Graphene to setup GraphQL queries with Django
by Anshal Shukla
8th June 2020 * 10 min read
If you're here, you know what GraphQL is. In this tutorial, you'll see how you can use it with Django to
set up a schema and a single endpoint for all your data, using graphene and graphene_django.