adding graphql integration

This commit is contained in:
2026-04-29 11:31:31 -04:00
parent 3a4ffce7a3
commit a41bd7716f
6 changed files with 170 additions and 3 deletions

View File

@@ -8,4 +8,5 @@ dependencies = [
"fastapi[standard]>=0.135.2",
"pydantic-settings>=2.13.1",
"requests>=2.32.5",
"strawberry-graphql[fastapi]>=0.315.2",
]