We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c01df commit 88e9c52Copy full SHA for 88e9c52
README.md
@@ -175,7 +175,7 @@ yarn graphql-let init
175
Next, add
176
[graphql-codegen plugins](https://graphql-code-generator.com/docs/plugins/index)
177
in it. **Please note that you have to generate a TypeScript source** by the
178
-plugins.
+plugins. schemaPlugins are used for plugins that generates types from the schema and the result ends up into `__types__`.
179
180
Edit it like this:
181
@@ -187,6 +187,8 @@ Edit it like this:
187
plugins:
188
+ - typescript-operations
189
+ - typescript-react-apollo
190
++ schemaPlugins:
191
++ - typescript-urql-graphcache
192
```
193
194
### 3. Check your `cacheDir`
0 commit comments