From 647ae2fca09210da09f956d41a73d8e99d5c12aa Mon Sep 17 00:00:00 2001 From: gaba Date: Thu, 9 Feb 2017 14:25:35 -0800 Subject: [PATCH] Assigned by will be a string for now. --- graph/typeDefs.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index d5dc727eb..07bc8ebdc 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -68,7 +68,7 @@ type Tag { name: COMMENT_TAG # the user that assigned the tag. If NULL then the system automatically tagged it. - assigned_by: User + assigned_by: String # the time when the tag was assigned. created_at: Date!