
GraphQL
Testing Hasura GraphQL APIs with Karate
So you've created your new GraphQL API with Hasura - what's next?
It'd be a great idea to write some unit tests against your expected queries to make sure everything keeps working in your application as you make changes to your GraphQL API.

Django
How to Setup Authentication with Django Graphene and Hasura GraphQL
In this walkthrough, we're going to go through creating a simple GraphQL authentication service using Django Graphene, meshing it into your Hasura service, and creating a few sample requests.