Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 237 Bytes

Learning project by creating a simple GraphQL application with the following features:

  1. CRUD a new Teacher, Student, and Subject.
  2. Teacher and Student may have many Subjects (ManyToMany field).
  3. Filtering a query.
  4. Unit testing.