We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43db447 commit 0b60579Copy full SHA for 0b60579
docs/plugins/graphql-yoga.md
@@ -45,7 +45,7 @@ const app = new Elysia()
45
.listen(8080)
46
```
47
48
-Accessing `/swagger` would show you a Swagger endpoint with generated endpoint from Elysia server.
+Accessing `/graphql` in the browser (GET request) would show you a GraphiQL instance for the GraphQL-enabled Elysia server.
49
50
optional: you can install custom version of optional peer dependencies as well:
51
```bash
0 commit comments