1. 2
    Query Multiple Services with urqls GraphQL Client in React
    4m 23s

Query Multiple Services with urqls GraphQL Client in React

InstructorIan Jones

Share this video with your friends

Send Tweet

In this lesson, we install urql to use as our GraphQL client. urql provides us with some utilities to provide our GraphQL client through React Context.

We use urqls useQuery hook to pass a GraphQL query to. Then we log the results to the console.