Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arangodb-community/arangodb-graphql-java


https://github.com/arangodb-community/arangodb-graphql-java

Last synced: 6 days ago
JSON representation

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

```