diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index 9ea0d6c1a..8297ae7db 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -677,8 +677,7 @@ input SuspendUserInput { id: ID! # message to be sent to the user. - # TODO: should this be required? - message: String + message: String! # If set, the suspension lasts at least until specified date. until: Date @@ -691,8 +690,7 @@ input RejectUsernameInput { id: ID! # message to be sent to the user. - # TODO: should this be required? - message: String + message: String! } # DeleteActionResponse is the response returned with possibly some errors