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. |
88
-
| 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) |
89
-
| modelNamePrefix | String | Empty | Sets the prefix for GraphQL model classes (type, input, interface, enum, union). |
90
-
| modelNameSuffix | String | Empty | Sets the suffix for GraphQL model classes (type, input, interface, enum, union). |
91
-
| apiPackage | String | Empty | Java package for generated api classes (Query, Mutation, Subscription). |
92
-
| modelPackage | String | Empty | Java package for generated model classes (type, input, interface, enum, union). |
| outputDir | String | None | The output target directory into which code will be generated. |
92
+
| apiPackage | String | Empty | Java package for generated api classes (Query, Mutation, Subscription). |
93
+
| modelPackage | String | Empty | Java package for generated model classes (type, input, interface, enum, union). |
94
+
| generateApis | Boolean | True | Java package for generated model classes (type, input, interface, enum, union). |
95
+
| 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) |
96
+
| customAnnotationsMapping | Map(String,String) | Empty | Can be used to supply custom annotations (serializers) for scalars. <br/> Supports:<br/> * Map of (GraphqlObjectName.fieldName) to (JavaType) <br/> * Map of (GraphqlType) to (JavaType) |
97
+
| modelValidationAnnotation | String |@javax.validation.<br>constraints.NotNull | Annotation for mandatory (NonNull) fields. Can be null/empty. |
98
+
| modelNamePrefix | String | Empty | Sets the prefix for GraphQL model classes (type, input, interface, enum, union). |
99
+
| modelNameSuffix | String | Empty | Sets the suffix for GraphQL model classes (type, input, interface, enum, union). |
0 commit comments