We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209ecf8 commit e8c635bCopy full SHA for e8c635b
graphql-maven-plugin/src/main/java/com/graphql_java_generator/mavenplugin/PluginConfigurationImpl.java
@@ -5,6 +5,7 @@
5
6
import java.io.File;
7
import java.util.List;
8
+import java.util.Map;
9
10
import com.graphql_java_generator.plugin.CustomScalarDefinition;
11
import com.graphql_java_generator.plugin.Logger;
@@ -104,4 +105,9 @@ public boolean isCopyGraphQLJavaSources() {
104
105
return this.mojo.copyGraphQLJavaSources;
106
}
107
108
+ @Override
109
+ public Map<String, String> getTemplates() {
110
+ return this.mojo.templates;
111
+ }
112
+
113
0 commit comments