Quiz on Writing a GraphQL Query with Apollo Client

Let's test your knowledge now!

Quiz

1

When does the Query component execute the given query?

A)

When it is not rendered.

B)

When you call a function which is provided as argument in the render props child function.

C)

When it is re-rendered again (except cache prevents a network request when a similar request was done before).

D)

When the component where the Query component is used gets mounted.

Question 1 of 40 attempted

Get hands-on with 1200+ tech skills courses.