From 2df74a9dd84670845b3bddcab521af8da88da09a Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 2 Oct 2023 17:35:29 +0200 Subject: [PATCH] user registration date added to graphql schema --- schema.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.graphql b/schema.graphql index 7aff3eaf..86f6f8c6 100644 --- a/schema.graphql +++ b/schema.graphql @@ -56,6 +56,7 @@ type Author { stat: AuthorStat roles: [Role] # in different communities lastSeen: DateTime + createdAt: DateTime } type Result {