Make until arg required

This commit is contained in:
Chi Vinh Le
2017-05-19 02:03:36 +07:00
parent d995cdde07
commit 859a0b1fbe
+2 -2
View File
@@ -679,8 +679,8 @@ input SuspendUserInput {
# message to be sent to the user.
message: String!
# If set, the suspension lasts at least until specified date.
until: Date
# target user will be suspended until this date.
until: Date!
}
# Input for rejectUsername mutation.