1. 1
    Fetch data with Apollo GraphQL useQuery hook
    1m 58s

Fetch data with Apollo GraphQL useQuery hook

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Ever since React Hooks were announced, many web developers wanted to use them to fetch data in their apps with GraphQL backend.

An @apollo/react-hooks package has been released recently with allows developers to use Apollo Client to fetch data from GraphQL endpoint using a useQuery hook. The new API has exactly the same possibilities as the previous, render-props based one but the resulting code is much simpler and easier to follow.

In this lesson we're going to learn how to fetch data with useQuery hook to get data about currency rates using both static and variable-based GraphQL query.

Jason Leonhard
~ 2 years ago

It appears your https://48p1r2roz4.sse.codesandbox.io graphql endpoint is broken. See https://codesandbox.io/embed/loving-chatterjee-c3ofc?fontsize=14 index.js`