Skip to content

feloot/graphql-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample GraphQL project with Fastify

Install

npm install

Run

npm start

Then open up http://127.0.0.1:9000/graphql in your browser.

Test queries

query Query {
  test
}
query Query {
  restaurants {
    id,
    name,
    rating
  },
  courses {
    name,
    priceEuro
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published