Skip to content

Commit

Permalink
Update UserGroupUserStatsType username type
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Oct 29, 2024
1 parent 4235d33 commit 71a50bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django/apps/existing_database/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class UserGroupLatestStatsType:
@strawberry.type
class UserGroupUserStatsType:
user_id: str
username: str
username: str | None
total_mapping_projects: int
total_swipes: int
total_swipe_time: TimeInSeconds
Expand Down
2 changes: 1 addition & 1 deletion django/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ type UserGroupUserMembershipTypeCountList {

type UserGroupUserStatsType {
userId: String!
username: String!
username: String
totalMappingProjects: Int!
totalSwipes: Int!
totalSwipeTime: TimeInSeconds!
Expand Down

0 comments on commit 71a50bb

Please sign in to comment.