mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
feat: initial local passport strategy
This commit is contained in:
+1
-3
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user