Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 589 Bytes

File metadata and controls

19 lines (9 loc) · 589 Bytes

graphql-schema-stitching-using-braid

This service stitches the schema from two different services using graphql braid.

I have provided 2 approaches (Approach 1 is enabled by default)

  • Approach 1 (uses a mix of yaml and java code)

We provide only schema stitching configuration in yaml file and schema is retrieved from graphql url

  • Approach 2 (uses complete yaml)

Entire schema configuration along with stitching information is mentioned in yaml file