An open API service indexing awesome lists of open source software.

https://github.com/todays-mitsui/hono-graphql-server-example

Example of GraphQL server using Hono and GraphQL Server Middleware
https://github.com/todays-mitsui/hono-graphql-server-example

example graphql hono

Last synced: 6 months ago
JSON representation

Example of GraphQL server using Hono and GraphQL Server Middleware

Awesome Lists containing this project

README

          

# Hono GraphQL Server Example

Hono の [GraphQL Server Middleware](https://www.npmjs.com/package/@hono/graphql-server) を使用した実装例です。

see: [Hono GraphQL Server Middleware のサンプルコード - 無駄と文化](https://blog.mudatobunka.org/entry/2025/05/02/100000)

## 使い方

### セットアップ

```
npm install
```

### 基本的な例

```
npm run dev:basic
open http://localhost:3000/graphql
```

### 発展的な例

```
npm run dev:advanced
open http://localhost:3000/graphql
```