mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Make email message required
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user