Skip to content

karanisverma/GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL

This repo has some basic GraphQL code.

In order to run the project locally you would need to have a mysql database with named graphql-database which should have table named books with following fields:

  1. id
  2. author
  3. title

Following are the steps required to run the project:

  1. clone the repo
  2. move to the project directory
  3. run npm start

About

This repo has some basic GraphQL code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published