This example shows how to create a Grafbase resolver that can execute read and write operations to Couchbase — read guide.
- Run
npx degit grafbase/grafbase/examples/resolvers-couchbase grafbase-with-resolvers-couchbaseto clone this example - Change directory into the new folder
cd grafbase-with-resolvers-couchbase - Run
cp grafbase/.env.example grafbase/.env - Open
grafbase/.envin your code editor and provide your Couchbase Query Service URL, Username and Password - Run
npx grafbase devto start local dev server with your schema - Open Pathfinder