You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
50
50
|`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. |
52
52
|`jsonConfigurationFile`| String | Empty | Path to an external mapping configuration. |
0 commit comments