Skip to content

abelmokadem/graphql-stitching-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL stitching example

GraphQL example using stitching to combine multiple schemas and fetch data from different API's.

$ npm install
$ npm start

...

# Visit localhost:3000/graphiql
# Query example
{
  authorById(id: 5) {
    name,
    books {
      title
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published