This library provides adapters as an abstraction layer that enables any Graphql service to consume data from various downstream services (like REST, gRPC, etc) in
pure GraphQL format.
It currently supports following adapters:
- REST service adapter
- gRPC service adapter (Work In Progress)
Make sure you have the following installed on your machine
- jdk 1.8
- maven
- Steps to enable lombok in IntelliJ
- IntelliJ style guide is available in
src/format/intellij-styleguide.xml
.
Please see our contribution guide