Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions website/src/pages/docs/local-state/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@ Every active query with a field that depends on the changed variable automatical

[Get started with reactive variables](./reactive-variables)

## Local Resolvers (Deprecated)
## Local Resolvers

In earlier versions of Apollo Client, you define local resolvers to populate and modify local-only
fields. These resolvers are similar in structure and purpose to the resolvers that your GraphQL
server defines.

This functionality is still available in Apollo Client 3, but it is deprecated.
In Apollo Client, you can define local resolvers to populate and modify local-only fields. These
resolvers are similar in structure and purpose to the resolvers that your GraphQL server defines.

[Learn more about local resolvers](https://www.apollographql.com/docs/react/local-state/local-resolvers/)