Fetch data with Apollo GraphQL useQuery hook

Tomasz Łakomy
InstructorTomasz Łakomy
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 3 years ago

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
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`

Markdown supported.
Become a member to join the discussionEnroll Today