connectionPlugin in latest #834
-
Hello! I'm not sure if the connectionPlugin is not ready in the latest version or if I'm just doing something wrong. Does anyone know if the connectionPlugin is working post migration from Nexus Schema? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Seems like a fair few plugins are still making their way over, but I haven't messed around with them. I'm still using @nexus/schema with makeSchema and its working there. |
Beta Was this translation helpful? Give feedback.
-
The latest Nexus framework has the Connection plugin already bundles. |
Beta Was this translation helpful? Give feedback.
-
See https://www.nexusjs.org/#/api/modules/main/exports/schema?id=tconnection |
Beta Was this translation helpful? Give feedback.
-
Thanks for chiming in @marceloverdijk! To add, you can use any schema plugin via |
Beta Was this translation helpful? Give feedback.
-
I upgraded today from
but did According to the docs it should be still |
Beta Was this translation helpful? Give feedback.
Thanks for chiming in @marceloverdijk!
To add, you can use any schema plugin via
schema.use
but in this case, as mentioned, the connection plugin, it is already bundled with Nexus ast.connection
.