Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 360 Bytes

ROADMAP.md

File metadata and controls

6 lines (5 loc) · 360 Bytes

GraphQL server Development Roadmap

  • Build a basic GraphQL server with prisma/graphQL-yoga.
  • Switch to Apollo-Server.
  • [] Modularizing code. || Apply different Seperation of concerns.
  • [] Switch from SDL based approached to Code-based approach.