Spring Boot starter for GraphQL JPA; Expose JPA entities with GraphQL.
Builds on GraphQL for JPA, which in turn builds on GraphQL Java to expose JPA Entities through a /graphql
endpoint.
Many thanks to @jcrygier for the initial hard work; This is mostly just a wrapper.
pom.xml
along with the repository.<dependencies> <!-- Expose JPA entities using GraphQL --> <dependency> <groupId>com.github.timtebeek</groupId> <artifactId>graphql-jpa-spring-boot-starter</artifactId> <version>0.0.3</version> </dependency> </dependencies> ... <repositories> <repository> <id>bintray-timtebeek-maven</id> <name>bintray</name> <url>http://dl.bintray.com/timtebeek/maven</url> </repository> </repositories>
This is terribly fun for exploratory projects but quite possibly a terrible idea when you later want to evolve your API. Proceed with caution; maybe read about REST? :)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4