Skip to content

Commit 88e9c52

Browse files
committed
add readme mention
1 parent 45c01df commit 88e9c52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ yarn graphql-let init
175175
Next, add
176176
[graphql-codegen plugins](https://graphql-code-generator.com/docs/plugins/index)
177177
in it. **Please note that you have to generate a TypeScript source** by the
178-
plugins.
178+
plugins. schemaPlugins are used for plugins that generates types from the schema and the result ends up into `__types__`.
179179

180180
Edit it like this:
181181

@@ -187,6 +187,8 @@ Edit it like this:
187187
plugins:
188188
+ - typescript-operations
189189
+ - typescript-react-apollo
190+
+ schemaPlugins:
191+
+ - typescript-urql-graphcache
190192
```
191193

192194
### 3. Check your `cacheDir`

0 commit comments

Comments
 (0)