Hey dgs team,
I have a weird scenario that I need to upgrade my graphql client in order to unblock spring upgrade.
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:10.4.0"))
implementation("com.netflix.graphql.dgs:graphql-dgs-client")
but in the mean time im keeping my codegen library at a relatively low version due to the massive code fix needed requied if i want to upgrade.
id("com.netflix.dgs.codegen") version "5.12.4"
This seems to be working, but it also seems risky. Just checking — is there a corresponding codegen plugin version required for the graphql-dgs-client versions?