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 71f9852 commit 4928da9Copy full SHA for 4928da9
entgql/template/mutation_input.tmpl
@@ -55,6 +55,12 @@ import (
55
{{- end }}
56
57
58
+
59
+ {{- with $tmpls := matchTemplate "helper/gql_mutation_input/fields/*" }}
60
+ {{- range $tmpl := $tmpls }}
61
+ {{- xtemplate $tmpl $n }}
62
+ {{- end }}
63
64
}
65
66
// Mutate applies the {{ $input }} on the {{ $n.MutationName }} builder.
@@ -110,6 +116,12 @@ import (
110
116
111
117
112
118
119
120
+ {{- with $tmpls := matchTemplate "helper/gql_mutation_input/mutate/*" }}
121
122
123
124
113
125
114
126
115
127
{{- range $b := $n.Builders }}
0 commit comments