Merge pull request #80 from Discours/feature/user_registration_date
user registration date added to graphql schema
This commit is contained in:
commit
fd48023d3f
|
@ -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