Skip to content

teamitfi/apollo-server-graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo-server-graphql-example

In order to abstract out the basic functionalities of GraphQL in Nodejs, this is a super simple example you might play arround with

Install:

npm i

Start:

npx nodemon index.js then open your browser at http://localhost:4000/

Example Query for the Inspector

query ExampleQuery { games { platform title } authors { name } reviews { content rating } }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors