github commit https://github.com/gareen9342/movieql-client/commit/f66b9a1bc658b219c59666a10147bb0194b8dd6b 그렇다 잘못 설치해서 프로젝트를 두 번이나 만들었다 으악 1) npx create-react-app 으로 프로젝트 생성 npx create-reat-app movieql-client 2) apollo 설치 npm install @apollo/react-hooks apollo-boost graphql 3) client 만들어 주기 apolloClient.js import ApolloClient from "apollo-boost"; const client = new ApolloClient({ // uri: "https:..