Skip to content

gromtech/graphql-merge-schemas-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Schemas Merging Example

Installation

$ npm install

Scripts

  1. Run first server (http://localhost:3001):
$ npm run dev-server-1
  1. Run second server (http://localhost:3002):
$ npm run dev-server-2
  1. Run server with merged schema (http://localhost:3000):
$ npm run dev-server

NOTE: It requires to run servers (1) and (2).

About

GraphQL schema stitching example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors