Skip to content

Commit 7c2de34

Browse files
authored
Merge pull request #161 from coopbri/fix/graphiql-swagger-typo
Fix endpoint access details typo (Swagger -> GraphQL)
2 parents 745700a + 0b60579 commit 7c2de34

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)