Skip to content

imadi/graphql-schema-stitching-using-braid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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