parent
f84cdc88a0
commit
4489964e28
|
@ -20,7 +20,7 @@ index.js:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { Hono } from 'hono'
|
import { Hono } from 'hono'
|
||||||
import { graphqlServer } from '@hono/graphql-server'
|
import { graphqlServer } from '@honojs/graphql-server'
|
||||||
import { buildSchema } from 'graphql'
|
import { buildSchema } from 'graphql'
|
||||||
|
|
||||||
export const app = new Hono()
|
export const app = new Hono()
|
||||||
|
|
Loading…
Reference in New Issue