Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 705 Bytes

File metadata and controls

12 lines (9 loc) · 705 Bytes

Grafbase ⨯ Fauna

This examples shows how to create a GraphQL API using Grafbase that can read and write data to a Fauna database — Read the guide

Getting Started

  1. Run npx degit grafbase/grafbase/examples/resolvers-fauna grafbase-with-resolvers-fauna to clone this example
  2. Change directory into the new folder cd grafbase-with-resolvers-fauna
  3. Run cp grafbase/.env.example grafbase/.env
  4. Open grafbase/.env in your code editor and provide your Fauna database secret key.
  5. Run npx grafbase dev to start local dev server
  6. Open Pathfinder