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 urql
s useQuery
hook to pass a GraphQL query to. Then we log the results to the console.