feat: initial local passport strategy

This commit is contained in:
Wyatt Johnson
2018-07-05 15:58:19 -06:00
parent 3e90877012
commit 87ce65755c
15 changed files with 312 additions and 217 deletions
+1 -3
View File
@@ -72,9 +72,7 @@ async function main() {
file.types = await generateTSTypesAsString(schema, {
tabSpaces: 2,
typePrefix: "GQL",
contextType: "any",
strictNulls: false,
minimizeInterfaceImplementation: true,
strictNulls: true,
...file.config,
});
}