fix missing type annotations for graphql query field arguments

This commit is contained in:
2026-05-19 02:03:35 +08:00
parent b58f74d59b
commit 419af38684
4 changed files with 24 additions and 15 deletions
+4
View File
@@ -19,4 +19,8 @@ preset:
- "app/models/*"
- "app/db.py"
- "app/auth.py"
- "app/main.py"
graphql:
- "app/graphql/*"
- "app/main.py"