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
Copy file name to clipboardexpand all lines: plugins/gradle/graphql-java-codegen-gradle-plugin/src/main/java/io/github/kobylynskyi/graphql/codegen/gradle/GraphQLCodegenGradleTask.java
+14
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ public class GraphQLCodegenGradleTask extends DefaultTask implements GraphQLCode
Copy file name to clipboardexpand all lines: plugins/maven/graphql-java-codegen-maven-plugin/src/main/java/io/github/kobylynskyi/graphql/codegen/GraphQLCodegenMojo.java
+9
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,9 @@ public class GraphQLCodegenMojo extends AbstractMojo implements GraphQLCodegenCo
186
186
@Parameter
187
187
privateString[] fieldsToExcludeFromGeneration;
188
188
189
+
@Parameter
190
+
privateString[] fieldsWithDataFetcherResult;
191
+
189
192
@Parameter
190
193
privateRelayConfigrelayConfig = newRelayConfig();
191
194
@@ -305,6 +308,7 @@ public void execute() throws MojoExecutionException {
0 commit comments