As we saw in previous lessons, Apollo Client caches the data fetched from the API and makes this data available across the application, just like any global state manager. This means Apollo Client is also capable of storing a local application state, even if it was not fetched from the server. In