Skip to content

shoNagai/apollo-federation-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo-federation-sample

Getting started with apollo-federation 🚀

Installation

$ git clone https://github.com/shoNagai/apollo-federation-sample.git
$ cd apollo-federation-sample
$ yarn install
$ yarn federation:dev

sample query

query charactersWithBook {
  characters {
    id
    name
    book {
      id
      title
      author
    }
  }
}

playground

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published