user registration date added to graphql schema

This commit is contained in:
Igor Lobanov 2023-10-02 17:35:29 +02:00
parent 6d307f575c
commit 2df74a9dd8

View File

@ -56,6 +56,7 @@ type Author {
stat: AuthorStat
roles: [Role] # in different communities
lastSeen: DateTime
createdAt: DateTime
}
type Result {