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