You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing `/swagger` would show you a Swagger endpoint with generated endpoint from Elysia server.
54
49
55
-
## Config
56
-
Below is a config which accepted by the plugin
50
+
optional: you can install custom version of optional peer dependencies as well:
51
+
```bash
52
+
bun add graphql graphql-yoga
53
+
```
57
54
58
-
### yoga
59
-
GraphQL Yoga instance.
55
+
##Config
56
+
This plugin extends [GraphQL Yoga's createYoga options, please refers to the GraphQL Yoga documentation](https://the-guild.dev/graphql/yoga-server/docs) with inlining `schema` config to root.
60
57
61
-
Please refers to the [GraphQL Yoga documentation](https://the-guild.dev/graphql/yoga-server/docs).
0 commit comments