Write a React Native component that uses Apollo Client's useQuery hook to fetch a list of books (id, title, author) and display them — handling the loading and error states before touching data.
Click Run to test your code