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