1. 16
    Use "read" field policies to query local client state
    4m 41s

Use "read" field policies to query local client state

Share this video with your friends

Send Tweet

In previous lessons, we've looked at defining "merge" field policies, that tell Apollo how new items should be written to the cache. In this lesson, we'll look at "read" field policies, and how they can be useful for putting local client-only state in our Apollo cache, that our components can then query as if they were querying the server.