Skip to content

Commit a1f25a7

Browse files
committed
docs: keep consistency [skip ci]
1 parent 53c598f commit a1f25a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,10 @@ import { serve } from 'https://deno.land/[email protected]/http/server.ts';
214214
import { createHandler } from 'https://esm.sh/graphql-http';
215215
import { schema } from './previous-step';
216216

217+
// Create the GraphQL over HTTP handler
217218
const handler = createHandler<Request>({ schema });
218219

220+
// Start serving on `/graphql` using the handler
219221
await serve(
220222
async (req: Request) => {
221223
const [path, _search] = req.url.split('?');

0 commit comments

Comments
 (0)