Now that our search component is implemented, functional, and added to the Home page, we can finally start integrating our React application with the backend GraphQL API to fetch data. To do so, we will use the Apollo GraphQL client libraries and the Apollo CLI to perform some code generation.
From now on, you will need to start both servers in parallel for the application to work properly.