user registration date added to graphql schema
This commit is contained in:
parent
6d307f575c
commit
2df74a9dd8
|
@ -56,6 +56,7 @@ type Author {
|
|||
stat: AuthorStat
|
||||
roles: [Role] # in different communities
|
||||
lastSeen: DateTime
|
||||
createdAt: DateTime
|
||||
}
|
||||
|
||||
type Result {
|
||||
|
|
Loading…
Reference in New Issue
Block a user