diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index d83d9f75f..0e430cd84 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -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!]!