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

@@ -27,5 +27,6 @@ query getLoggedInUser {
profileImageUri
createdAt
updatedAt
elapsedTime
}
}