Skip to content

Commit 0b60579

Browse files
committed
docs(graphql-yoga): fix endpoint access details typo (Swagger -> GraphQL)
1 parent 43db447 commit 0b60579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/graphql-yoga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const app = new Elysia()
4545
.listen(8080)
4646
```
4747

48-
Accessing `/swagger` would show you a Swagger endpoint with generated endpoint from Elysia server.
48+
Accessing `/graphql` in the browser (GET request) would show you a GraphiQL instance for the GraphQL-enabled Elysia server.
4949

5050
optional: you can install custom version of optional peer dependencies as well:
5151
```bash

0 commit comments

Comments
 (0)