Build and Deploy a GraphQL API to the Edge with Fauna — Part 3
Let's begin by installing the Fauna JavaScript driver inside our project so that we can use it inside our first resolver:
npm install fauna graphql
Now create the file grafbase/resolvers/create.ts.
We'll complete this inside the next step but for no...
grafbase.hashnode.dev1 min read