Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 690 Bytes

using-with-hasura.md

File metadata and controls

14 lines (8 loc) · 690 Bytes

Using GraphQL on Serverless with Hasura GraphQL Engine

Hasura GraphQL Engine gives a wide variety of CRUD GraphQL APIs instantly. If you have deployed a GraphQL backend on serverless platforms, you can merge those schemas with Hasura to augment your GraphQL schema.

Your serverless GraphQL backends are referred as "Remote schemas" in Hasura. This is what Hasura running with Remote schemas looks like:

remote-schemas

Steps

There are broadly 2 steps:

  1. Deploy Hasura GraphQL Engine
  2. Add Remote Schema