Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arangodb-community/arangodb-graphql-java
https://github.com/arangodb-community/arangodb-graphql-java
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arangodb-community/arangodb-graphql-java
- Owner: ArangoDB-Community
- License: apache-2.0
- Created: 2019-08-22T10:38:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T21:06:34.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:20:43.743Z (7 months ago)
- Language: Java
- Size: 88.9 KB
- Stars: 5
- Watchers: 17
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# arangodb-graphql-java
The [GraphQL Java](https://www.graphql-java.com/documentation/) project is a
Java implementation of [GraphQL](https://github.com/graphql/graphql-spec). A
general
[tutorial](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/)
is available for GraphQL Java and Spring Boot.This project adds support for [ArangoDB](https://www.arangodb.com) to GraphQL Java.
## maven dependency
```xml
com.arangodb
arangodb-graphql
1.0```