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
| outputDir | String | None | The output target directory into which code will be generated. |
70
-
| customTypesMapping | Map(String,String) | Empty |Map of (GraphQL Schema Type) to (Java Type). Can be used to supply custom mappings for scalars. |
71
+
| customTypesMapping | Map(String,String) | Empty | Can be used to supply custom mappings for scalars. <br/> Supports:<br/> * Map of (GraphqlObjectName.fieldName) to (JavaType) <br/> * Map of (GraphqlType) to (JavaType)|
71
72
| modelNamePrefix | String | Empty | Sets the prefix for GraphQL model classes (type, input, interface, enum, union). |
72
73
| modelNameSuffix | String | Empty | Sets the suffix for GraphQL model classes (type, input, interface, enum, union). |
73
74
| apiPackage | String | Empty | Java package for generated api classes (Query, Mutation, Subscription). |
0 commit comments