Apollo Server with Bun runtime
Getting Started
bun create apollo-server ./NAME_HERE
Development
To start the development server run:
bun run start
Open http://localhost:4000/ with your browser to see the result.
For more information
See Apollo's getting started documentation