...
/Quiz on Writing a GraphQL Query with Apollo Client
Quiz on Writing a GraphQL Query with Apollo Client
Let's test your knowledge now!
We'll cover the following...
We'll cover the following...
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.
1 / 4