How to check if graphql-dgs-spring-graphql version is compatible with spring-graphql version?
I’m having a problem when I run a gradle command for my git repo (./gradlew clean test
)… I think my issue is due to a version mismatch between the graphql-dgs-spring-graphql
and spring-graphql
libraries, but I don’t know how to check if the versions used are compatible.