Skip to content

parkashay/apollo-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queries:
++ query all the users
++ query all the blogs
++ query single user with id
++ query single blog with id
++ search the blogs with query
++ query the blogs of a user
++ query the friends of a user
++ query the mutual friends of two users

Mutations:
++ create a new blog
++ delete a blog

To run

git clone
npm i
npm start
server will start on http://localhost:4000/

About

A GraphQL server. Beginner friendly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published