
Data Federation
Introducing GraphQL Joins for federating data across GraphQL services
We are excited to announce the release of GraphQL Joins with which developers can federate their queries and mutations across multiple GraphQL services as if they were a single GraphQL schema, available in Hasura v2.6.0.

Quasar Framework
Build Responsive Cross-Platform Vue Apps with Quasar Framework and GraphQL
Build responsive SPAs, SSR Apps, PWAs, Hybrid Mobile / Electron Apps using a single codebase with Quasar Framework powered by Vue.js and GraphQL APIs over postgres using Hasura

Gridsome
Build and Deploy Vue.js Static Sites using Gridsome and GraphQL
Build JAMStack style modern static sites in Vue.js with Gridsome and Hasura GraphQL, sourcing data from postgres database.

Vue.js
Create Nuxt.js Universal Apps using GraphQL on Postgres
Server side render (SSR) websites using Nuxt.js and GraphQL APIs over Postgres using Hasura GraphQL Engine. Instant setup. Tutorial/boilerplate -> nuxtjs-postgres-graphql

GraphQL
Building file upload and downloads with Hasura GraphQL
Learn how to build a simple storage service to manage file uploads/downloads on S3 with the Hasura GraphQL Engine.

Hackathon
Learn GraphQL and Build Apps with Hasura in #HasuraHackathon
Learn GraphQL, build apps with Hasura and win cool prizes in this March Hackathon organized in collaboration with Hashnode.

Admin Panels
E-commerce Order Management Dashboard with Hasura GraphQL and Appsmith
We will look at building an e-commerce order management dashboard.
To build this app, we will connect Appsmith with a GraphQL API and build an interface that will fetch information from a database.

Community
Hasura Team Q&A on Reactiflux: Questions & Notes
The Hasura Team (Tanmai Gopal, Praveen Durairaju and Jesse Martin) took part in the latest Q&A on Reactiflux and we had a lot of interesting questions from the community. We have handpicked the ones related to Hasura and featured them in this post.

Announcements
Announcing Hasura GraphQL Engine v2.2.0
Today we are releasing database updates, better interop with the REST ecosystem, and one of the biggest updates to actions since the first release of the feature.

GraphQL
GraphQL Operation Time Limit in Hasura Cloud
Hasura Cloud added a security feature where you can timeout a GraphQL operation if it is taking more than configured time. We will look into more detail with example in this post.

AWS
AWS Service Orchestration with GraphQL and Hasura Cloud
AWS has tons of services which can be integrated with Hasura Cloud for various functionalities and use cases. In this post, we will look at how to leverage them from a 3factor app architecture and event driven serverless pattern.

GraphQL
How to request a GraphQL API with Fetch or Axios
We will look at how to make a request to a GraphQL API with JavaScript fetch or libraries like axios.