Can't find a documentation about migrating from v7 to v8 especially related to SchemaDirectiveVisitor
#3367
Unanswered
JefferyHus
asked this question in
Q&A
Replies: 1 comment 5 replies
-
What do you mean by Vanilla JS? The documentation covers both TS and JS because GraphQL Tools is already written in TypeScript. There is nothing like a migration process between two approaches. We were mentioning that you should migrate to new approach in previous releases. You can copy the old implementation from old versions or implement your directives from scratch. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have upgraded today my packages and got few error notices about
SchemaDirectiveVisitor
so I went looking for a replacement but no documentation mentions that at all. The current documentation is vanilla JS & GraphQL SDL but I am using typescript with the class annotation:What will be the best approach with v8? Or there is no other way than what the documentation mentions?
Beta Was this translation helpful? Give feedback.
All reactions