rittaschool / ritta

Modular open source learning/student management system built with TypeScript and NestJS.
https://ritta.fi
Other
46 stars 5 forks source link

Add Graphql Support #37

Closed kymppi closed 3 years ago

kymppi commented 3 years ago

Discussed in https://github.com/rittaschool/ritta-server/discussions/36

Originally posted by **kymppi** August 10, 2021 Hey, i would like to have graphql support in the future to prevent under/over fetching. You could have graphql and REST support but i would prefer only Graphql support because its going to be easier to maintain.
github-actions[bot] commented 3 years ago

Thank you for leaving your first issue! Feedback is very important and your issue matters to us, thank you!

raikasdev commented 3 years ago

Possible to add after other work with v2 are done.

kymppi commented 3 years ago

Okay, i can also start adding it, once i get my other projects out of the way

kymppi commented 3 years ago

Accidentally closed this issue. Tried to close the discussion.

raikasdev commented 3 years ago

https://www.apollographql.com/ https://www.youtube.com/watch?v=8D9XnnjFGMs Note to self for implementation.

kymppi commented 3 years ago

Lookup https://github.com/budjetgenix/budjetgenix-backend.git theres a working implementation of graphql server with authentication.

kymppi commented 3 years ago

Added in nestjs rewrite.