Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.31 KB

graphql-service-adapter

 Master Build and Publish codecov Apache 2

Overview

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:

Pre-requisites

Make sure you have the following installed on your machine

  • jdk 1.8
  • maven

Intellij development

Contributing

Please see our contribution guide