File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
website/src/pages/docs/local-state Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments