This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Description
Is the resolvers field of ClientStateConfig required or optional? In the Configuration section of the docs, it states that clientState.resolvers may be omitted, but in the source code it's listed as a required field.
I'm working on a small side project using apollo-boost, and just want to configure some defaults for the cache - in my case, it's not necessary to use resolvers (unless I'm missing something? all the complex resolvers live server-side) so would like to avoid writing in resolvers: {} on the frontend if possible.
Thanks for any feedback!
/label type-defs