Skip to content

Commit e693a7d

Browse files
authored
Remove the Local Resolvers deprecation
Fixes #2375
1 parent 69794b4 commit e693a7d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

website/src/pages/docs/local-state/management.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,9 @@ Every active query with a field that depends on the changed variable automatical
4646

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

49-
## Local Resolvers (Deprecated)
49+
## Local Resolvers
5050

51-
In earlier versions of Apollo Client, you define local resolvers to populate and modify local-only
52-
fields. These resolvers are similar in structure and purpose to the resolvers that your GraphQL
53-
server defines.
54-
55-
This functionality is still available in Apollo Client 3, but it is deprecated.
51+
In Apollo Client, you can define local resolvers to populate and modify local-only fields. These
52+
resolvers are similar in structure and purpose to the resolvers that your GraphQL server defines.
5653

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

0 commit comments

Comments
 (0)