Skip to content

chethanprabhu/Graph-QL-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the app. Go to url http://localhost:3000/

Some of the example queries to get started

query ExampleQuery { authors { id name bookDetails { title } }

books { title authorId publishedYear authorDetails { name } } }

mutation AddBook($title: String, $authorId: String) { addBook(title: $title, authorId: $authorId) { authorId title } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors