We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c831e80 commit ddf366eCopy full SHA for ddf366e
1 file changed
graphql/function-index.mustache
@@ -10,6 +10,8 @@ if (typeof __non_webpack_require__ === 'undefined') global.__non_webpack_require
10
11
module.exports = {
12
{{#Functions}}
13
+{{^isEmpty}}
14
{{FunctionName}}: require("./{{FunctionName}}"){{#hasMore}},{{/hasMore}}
15
+{{/isEmpty}}
16
{{/Functions}}
17
}
0 commit comments