Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI am pleased to announce that Spring for GraphQL 1.3.6 and 1.4.1 maintenance releases are now available on Maven Central.
Both releases ship two important changes:
Thank you so much to our community for spotting this in production! 2. a much-needed GraphiQL upgrade for the GraphQL explorer, as the former CDN setup was recently broken; see gh-1209
Iqn the meantime, you can override the spring-graphql version in your Spring Boot project by editing the Gradle build file:
ext['spring-graphql.version'] = '1.4.1'
There is similar support for Maven POMs:
<properties>
<spring-graphql.version>1.4.1</spring-graphql.version>
<!-- ... -->
</properties>
If you have general questions, please ask on stackoverflow.com using the spring-graphql
tag.
Project Page | GitHub | Issues | Documentation | Stack Overflow