Skip to content

Commit ff3882a

Browse files
authored
Add changeset (#1449)
1 parent ce416bd commit ff3882a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.changeset/sweet-mails-exist.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"apollo-client-devtools": minor
3+
---
4+
5+
Add support for inspecting multiple clients. When multiple clients connect to devtools, you can select which to inspect. When combined with Apollo Client [3.11](https://github.com/apollographql/apollo-client/releases/tag/v3.11.0), you can provide a custom name using the new `devtools` option.
6+
7+
```js
8+
new ApolloClient({
9+
devtools: {
10+
enabled: true,
11+
name: "My Custom Client",
12+
},
13+
});
14+
```

0 commit comments

Comments
 (0)