Add elapsedTime to getUser gql operation

This commit is contained in:
2024-03-26 16:50:57 -06:00
parent 773a2eaed0
commit 679150326f
3 changed files with 5 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ type UserGQL {
profileImageUri: String
createdAt: DateTime
updatedAt: DateTime
elapsedTime: Float!
}
"""