Skip to content

graph-quilt/graphql-service-adapters

Repository files navigation

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