Getting Started

First, install dependecies:

npm install
# or
yarn 
# or
pnpm install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:4000/graphql to graphql studio.