You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is the
resolvers
field ofClientStateConfig
required or optional? In the Configuration section of the docs, it states thatclientState.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
The text was updated successfully, but these errors were encountered: