Skip to content
Discussion options

You must be logged in to vote

@sshamsudRH This seems to be due to dependency version mismatch between
<dependency> <groupId>com.netflix.graphql.dgs</groupId> <artifactId>graphql-dgs-platform-dependencies</artifactId> <version>4.9.16</version> <type>pom</type> <scope>import</scope> </dependency>
and
<dependency> <groupId>com.netflix.graphql.dgs</groupId> <artifactId>graphql-dgs-pagination</artifactId> <version>6.0.5</version> </dependency>.

Changing the graphql-dgs-platform-dependencies version to 6.0.1 and removing the version for graphql-dgs-pagination worked for me.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sshamsudRH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants