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