/movieql

Primary LanguageJavaScript

movieql

Movie API with graphql

db.js에서 getById()에 filter(movie => movie.id === id); String(id) 필요없는 이유 확인해 보도록.

db.js에서 people일 때는 String(id) 필요했음. 차이가 무엇인지.