Skip to content

Commit f7a33a1

Browse files
authored
Gradle readme - fix outputDir data type (#133)
1 parent 95b261e commit f7a33a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ apply plugin: "io.github.kobylynskyi.graphql.codegen"
4848
| :---------------------------------------------: | :----------------: | :-------------------------------------------: | ----------- |
4949
| `graphqlSchemaPaths` | List(String) | (falls back to `graphqlSchemas`) | GraphQL schema locations. You can supply multiple paths to GraphQL schemas. To include many schemas from a folder hierarchy, use the `graphqlSchemas` block instead. |
5050
| `graphqlSchemas` | *See table below* | All `.graphqls`/`.graphql` files in resources | Block to define the input GraphQL schemas, when exact paths are too cumbersome. See table below for a list of options. |
51-
| `outputDir` | String | None | The output target directory into which code will be generated. |
51+
| `outputDir` | File | None | The output target directory into which code will be generated. |
5252
| `jsonConfigurationFile` | String | Empty | Path to an external mapping configuration. |
5353
| `packageName` | String | Empty | Java package for generated classes. |
5454
| `apiPackageName` | String | Empty | Java package for generated api classes (Query, Mutation, Subscription). |

0 commit comments

Comments
 (0)