mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 13:48:15 +08:00
created_at is a Date
This commit is contained in:
@@ -76,7 +76,7 @@ type User {
|
||||
username: String!
|
||||
|
||||
# creation date of user
|
||||
created_at: String!
|
||||
created_at: Date!
|
||||
|
||||
# Action summaries against the user.
|
||||
action_summaries: [ActionSummary!]!
|
||||
|
||||
Reference in New Issue
Block a user