schema-fix
All checks were successful
deploy / deploy (push) Successful in 1m18s

This commit is contained in:
Untone 2023-12-02 13:48:33 +03:00
parent dd2d147f89
commit 7c29940df4

View File

@ -24,7 +24,7 @@ class Notification:
@strawberry.type @strawberry.type
class NotificationSeenResult: class NotificationSeenResult:
error: str = strawberry.field(default=None, name="error") error: str | None
@strawberry.type @strawberry.type