/graphql-orchestrator-java

GraphQL Orchestrator stitches the schemas from multiple micro-services and orchestrates the graphql queries to these services accurately at runtime

Primary LanguageJavaApache License 2.0Apache-2.0

graphql-orchestrator-java

Builds

Overview

GraphQL Orchestrator is a library that exposes data from various data providers using a single unified GraphQL schema. It aggregates and combines the schemas from these data providers and orchestrates the graphql queries to the appropriate services.

It uses the graphql-java library as the runtime execution engine on the unified schema.

Getting Started

Please take a look at this example

Documentation

Detailed Documentation can be found here

Contributing

Read the Contribution guide