mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
[next] Perspective API Integration (#1797)
* feat: initial toxic comments impl * feat: improved logging * feat: tenant cache adapter * feat: move more types into graphql
This commit is contained in:
@@ -66,7 +66,7 @@ async function main() {
|
||||
file.types = await generateTSTypesAsString(schema, {
|
||||
tabSpaces: 2,
|
||||
typePrefix: "GQL",
|
||||
strictNulls: true,
|
||||
strictNulls: false,
|
||||
...file.config,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user