Open
Description
Local resolvers are still available in Apollo Client 3, but they are deprecated. We recommend using field policies instead, as described in Local-only fields.
Local resolver support will be removed from the core of Apollo Client in a Major release and in a future major release it will be possible to achieve the functionality of local resolvers using an ApolloLink
, as described in this issue.