Skip to content

Commit b6478c4

Browse files
authored
Update README.md
1 parent e3ac5b0 commit b6478c4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ In order to extend the behavior, we are using `patch-package` library internally
2828

2929
The following patches are currently supported:
3030

31-
## Built-in
31+
## Built-in support
3232

33-
- `@apollo/client` (since `v3.2.0`)
33+
- `@apollo/client` (since `v3.2.0`, if you are using React Components (`<Query>`) you **still need a patch**)
34+
- `villus` (since `1.0.0-beta.8`)
35+
36+
## Upcoming built-in support
3437
- `apollo-angular` (v2)
38+
- `graphql-js` (v16)
3539

3640
## With Patch
3741

@@ -153,4 +157,4 @@ If you think your patch can be helpful for other developers as well, feel free t
153157
# Thanks & Inspiration
154158

155159
- https://github.com/dotansimha/graphql-code-generator/issues/1777#issue-437813742 for the concept of generating unified clients support
156-
- https://github.com/Shopify/graphql-tools-web/blob/main/packages/graphql-typed/index.ts for similar idea
160+
- https://github.com/Shopify/graphql-tools-web/blob/main/packages/graphql-typed/index.ts for similar idea

0 commit comments

Comments
 (0)