cache-only
DESCRIPTION
Apollo Client executes the query only against the cache. It never queries your server in this case.
A
cache-only
query throws an error if the cache does not contain data for all requested fields.