File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ In order to extend the behavior, we are using `patch-package` library internally
2828
2929The 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
You can’t perform that action at this time.
0 commit comments