Skip to content

Commit e925d6f

Browse files
authored
Update list in changeset
1 parent a618980 commit e925d6f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.changeset/smart-ways-lay.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
---
44

55
Add a new `clientSetup` codemod step which applies the following steps from the migration guide to your Apollo Client setup code:
6-
- moves `uri`, `headers` and `credentials` to the `link` option and creates a new `HttpLink` instance
7-
- moves `name` and `version` into a `clientAwareness` option
8-
- adds a `localState` option with a new `LocalState` instance, moves `resolvers` in and removes `typeDefs` and `fragmentMatcher` options
9-
- changes the `conntectToDevTools` option to `devTools.enabled`
10-
- renames `disableNetworkFetches` to `prioritizeCacheValues`
11-
- if `dataMasking` is enabled, adds a template for global type augmentation to re-enable data masking types
12-
- adds the `incrementalHandler` option and adds a template for global type augmentation to accordingly type network responses in custom links
6+
- Moves `uri`, `headers` and `credentials` to the `link` option and creates a new `HttpLink` instance
7+
- Moves `name` and `version` into a `clientAwareness` option
8+
- Adds a `localState` option with a new `LocalState` instance, moves `resolvers`, and removes `typeDefs` and `fragmentMatcher` options
9+
- Changes the `connectToDevTools` option to `devtools.enabled`
10+
- Renames `disableNetworkFetches` to `prioritizeCacheValues`
11+
- If `dataMasking` is enabled, adds a template for global type augmentation to re-enable data masking types
12+
- Adds the `incrementalHandler` option and adds a template for global type augmentation to accordingly type network responses in custom links

0 commit comments

Comments
 (0)