Tutorial Hub
Find all Tutorial resources here
All Stories
AWS
Instant GraphQL on AWS RDS
Let’s deploy Hasura GraphQL Engine on Amazon RDS , to get instant, blazing-fast GraphQL APIs on a RDS Postgres database.
GraphQL
GraphQL schema on Postgres with foreign keys and without foreign keys
Hasura GraphQL Engine allows creating relationships over Postgres tables with or without foreign keys
GraphQL
Using Custom SQL functions for queries with Postgres and GraphQL
Access custom PostgreSQL functions in GraphQL API queries and subscriptions
GraphQL
GraphQL with Postgres views and materialized views
Postgres views are awesome. You can link them to regular tables using relationships and then make a single nested query to fetch related…
GraphQL
Atomic set and increment operators for GraphQL mutations
Use atomic set and increment operators in GraphQL mutations generated by Hasura GraphQL to update your data
GraphQL
Bulk insert mutations with GraphQL
GraphQL insert mutations are used to create new objects in your back-end (typically a database) which can then be queried.
GraphQL
Postgres JSON and JSONB type support on GraphQL
Hasura GraphQL Engine supports Postgres schema-less (NoSQL) column types JSON and JSONB, enabling Queries, Mutations & Subscriptions over…
GraphQL
Bulk update and delete mutations in GraphQL
Safely update and delete data in your database over GraphQL
GraphQL
Client-side GraphQL schema resolving and schema-stitching
This blogpost talks about the why and how of:
GraphQL
Use GraphQL subscriptions from your NodeJS code
Setting up your NodeJS code to use GraphQL subscriptions involves going through a few hoops.
GraphQL
Moving from apollo-boost to GraphQL subscriptions with apollo-client
This is a simple tutorial on how to use GraphQL subscriptions with Apollo.
GraphQL
Working with schemaless data using GraphQL on Postgres
Exploit Postgres schemaless JSON types in your GraphQL queries using the open-source Hasura GraphQL Engine.

Tutorials
The fastest way to get started with Hasura is to try out one of our many online tutorials. It’s free!