Migrated from apollographql/react-apollo#2825 (comment):
Hey @hwillson, after updating from 2.5.0 to 2.5.1 I am now getting empty responses after I've mocked apollo provider and passed my own resolvers. I am not using apollo-link-state anymore.
2.5.0 version returns proper result but it warns in console that:
Found @client directives in query but no client resolvers were specified. You can now pass apollo-link-state resolvers to the ApolloClient constructor.
Also if I pass null to resolvers in v2.5.1 it also works but still gives the warning.