
Relay
Adding Relay support to Hasura
Relay is a JavaScript framework for declaratively fetching and managing GraphQL data. Hasura now has Relay support and we'd love your feedback!

Relay
A deep-dive into Relay, the friendly & opinionated GraphQL client
A comprehensive guide to building performant, type-safe apps with Relay, from GraphQL fragments and query best practices, to the Relay compiler and the server spec.

React
Building a Full-Stack Yelp Clone with React, GraphQL & Hasura
In this video series, we'll build a mini Yelp clone where instead of reviewing restaurants, users review planets from the classic sci-fi series "Dune".

GraphQL Errors
Nulls in GraphQL: Cheatsheet
What nulls mean in GraphQL queries and responses, pros and cons of nullability, and different approaches to error handling by Apollo and Relay.

Actions
Game on! Building a Unity Leaderboard with GraphQL & Hasura
In this three-part series, we build a Unity leaderboard with Hasura! Follow along as Baris Tumerkan, a Unity dev who is learning GraphQL, and Sezgi Ulucam, a GraphQL dev with no Unity experience, team up to solve this challenge together.

GraphQL
Fetch your GraphQL data automagically: Building a movie app with Hasura & gqless
gqless, a next-generation GraphQL client inspired by Relay & Apollo Client, uses ES6 Proxies to know when properties are accessed, and convert the paths into GraphQL queries. In this video, Sam and Sez build a movie app together, using gqless and Hasura.

GraphQL
Five years of GraphQL 🎉
2020 will mark five years since GraphQL was released
[https://engineering.fb.com/core-data/graphql-a-data-query-language/]!
To celebrate, we asked some of the usual suspects 😎 in the community, including
Lee Byron, co-creator of GraphQL [https://hasura.io/graphql/], to reflect on
their journey, and where GraphQL is headed next.
Takeaways
* GraphQL is more than just a tool: it changes how teams communicate. It
empowers developers to request for the data they want, reducing their
depen

FAQ
Hasura FAQ: What are the best practices? (Part 1)
Have you been wondering about best practices with Hasura? Here’s a quick rundown of some of our recent FAQ’s.

GraphQL
Level up your serverless game with a GraphQL data-as-a-service layer
In this post, we talk about data access challenges with serverless, a shift in our thinking that provides an awesome solution to these challenges, and how Hasura fits into all of this awesomeness.

GraphQL
Fluent GraphQL clients: how to write queries like a boss
Wouldn’t it be nice if we could write GraphQL queries as objects instead of strings? It turns out we can, thanks to fluent GraphQL clients, with strong typing and autocompletion to boot!