The Apache Sling team is pleased to announce the release of Apache Sling GraphQL Core version 0.0.22
Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets, selected based on simple name conventions, to process HTTP requests in a RESTful way. This release addresses an issue with the GraphQL’s Inlined Fragments that were deprecated in version 20.1 and replaced with Object Type Names. This release is available from http://sling.apache.org/site/downloads.cgi Building from verified sources is recommended, but convenience binaries are also available via Maven: <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.graphql.core/artifactId> <version>0.0.22</version> </dependency> Enjoy! -The Sling team
