i\'m a beginner in apollo-server , i have this Schema:
type Category { id:ID, name:String, exercises:[Exercise] } type Exercise { id:ID, name: