From 7b71511caec2750f4150cb710a4ac95b460fdc32 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 31 Aug 2017 10:37:52 -0600 Subject: [PATCH] removed ! --- graph/typeDefs.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index f038e3505..682f2c690 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -1061,7 +1061,7 @@ type EditCommentResponse implements Response { input UpdateSettingsInput { # moderation is the moderation mode for all Asset's on the site. - moderation: MODERATION_MODE! + moderation: MODERATION_MODE # Enables a requirement for email confirmation before a user can login. requireEmailConfirmation: Boolean