Skip to content

Commit 82b2663

Browse files
committed
add missing types to dashboard query and mutation classes
1 parent 70bd8e9 commit 82b2663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/schema/usecase_dashboard_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class UseCaseDashboardMutationResponse:
4343
message: str = ""
4444

4545

46+
@strawberry.type
4647
class Mutation:
4748
"""UseCaseDashboard mutations."""
4849

@@ -118,6 +119,7 @@ def delete_usecase_dashboard(
118119
raise Exception(f"Failed to delete dashboard: {str(e)}")
119120

120121

122+
@strawberry.type
121123
class Query:
122124
"""UseCaseDashboard queries."""
123125

0 commit comments

Comments
 (0)