Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Oct 21, 2020
1 parent e3ac5b0 commit b6478c4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ In order to extend the behavior, we are using `patch-package` library internally

The following patches are currently supported:

## Built-in
## Built-in support

- `@apollo/client` (since `v3.2.0`)
- `@apollo/client` (since `v3.2.0`, if you are using React Components (`<Query>`) you **still need a patch**)
- `villus` (since `1.0.0-beta.8`)

## Upcoming built-in support
- `apollo-angular` (v2)
- `graphql-js` (v16)

## With Patch

Expand Down Expand Up @@ -153,4 +157,4 @@ If you think your patch can be helpful for other developers as well, feel free t
# Thanks & Inspiration
- https://github.com/dotansimha/graphql-code-generator/issues/1777#issue-437813742 for the concept of generating unified clients support
- https://github.com/Shopify/graphql-tools-web/blob/main/packages/graphql-typed/index.ts for similar idea
- https://github.com/Shopify/graphql-tools-web/blob/main/packages/graphql-typed/index.ts for similar idea

0 comments on commit b6478c4

Please sign in to comment.