From 07b2f9c2e5c65dc8e815dac9de022765792173f6 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 20 Jan 2017 08:13:45 -0700 Subject: [PATCH] Update typeDefs.js --- graph/typeDefs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/graph/typeDefs.js b/graph/typeDefs.js index 4ce95fa77..0d1b3a259 100644 --- a/graph/typeDefs.js +++ b/graph/typeDefs.js @@ -72,7 +72,6 @@ type Asset { url: String comments: [Comment] settings: Settings! - currentUser: User } scalar URL