Skip to content

bjchris32/graphql-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-tutorial

This is project is based on the tutorial: https://www.howtographql.com/

Take away

GraphQL is used as a middleware between the application and database layer to achieve the following goals

  • avoid overfetching or underfetching data in frontend.
  • separate frontend and backend work at the beginning when declaring the graphql schema.
  • do not need to make extra efforts in maintaining responses in api endpoints whenever frontend requires more data fields already in backend.

Future works

  • Immplement frontend with react framework in the project
  • Figure out how to use relay

About

Practice graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published