**How to reproduce the issue:** ```js const data = proxy.readQuery({query: gql`{ notInTheStore }`}) ``` **Intended outcome:** Returns null **Actual outcome:** Throws an error: `ERROR Error: Uncaught (in promise): Error: Can't find field notInTheStore on object (ROOT_QUERY) undefined.` Migrated from: apollographql/apollo-client#2007 apollographql/apollo-client#1542