1. 1
    Perform GraphQL queries using Apollo's useQuery hook
    5m 20s

Perform GraphQL queries using Apollo's useQuery hook

Share this video with your friends

Send Tweet

We're going to briefly go over one of the advantages for GraphQL: how it hands over power to each component to request what data they want. And then we're going to see how easy it is to make a GraphQL call in Apollo, with its "useQuery" hook.