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.
2 parents 745700a + 0b60579 commit 7c2de34Copy full SHA for 7c2de34
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