Hi folks I'm new to graphQL-Kotlin. I have inherit...
# graphql-kotlin
s
Hi folks I'm new to graphQL-Kotlin. I have inherited a
graphql-kotlin-spring-server
application, which is using version 3.6.8, which is of course ancient. Is there a migration path documented somewhere?
d
Hello 👋 I don't think we ever created migration guides. You could check individual release notes for major versions to see the list of breaking changes and try smaller updates but other than that I am unaware of any guides.
s
If you find something noteworthy when doing the upgrade, we could add back in to the older branches a
MIGRATION.md
doc that could help others. This could existing in every major branch with the same names as just notes on how to upgrade from the last major version
s
I think I have found a way through the maze. There were quite a few custom extensions implemented, which were the most troublesome. Once I’ve proven the route. I can ping you some instructions.
As usual with this kind of thing - I spoke too soon.