review: changes for review

This commit is contained in:
Wyatt Johnson
2018-07-16 11:38:28 -06:00
parent f5ef551fb4
commit 7e98580264
6 changed files with 66 additions and 79 deletions
@@ -17,15 +17,9 @@ function lintAndWrite(files) {
function getFileName(name) {
return path.join(
__dirname,
"..",
"src",
"core",
"server",
"graph",
"../src/core/server/graph",
name,
"schema",
"__generated__",
"types.ts"
"schema/__generated__/types.ts"
);
}