Skip to content

Does graphql-dgs-client versions has its corresponding codegen version #2229

@PandaGeek1024

Description

@PandaGeek1024

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions