Remove updateWordlist and add test

This commit is contained in:
Chi Vinh Le
2017-10-09 21:13:47 +07:00
parent c52e42c644
commit 3d3e0491a4
8 changed files with 85 additions and 121 deletions
-12
View File
@@ -1250,14 +1250,6 @@ input UpdateDomainsInput {
whitelist: [String!]
}
# UpdateWordlistResponse contains any errors that were rendered as a result
# of the mutation.
type UpdateWordlistResponse implements Response {
# An array of errors relating to the mutation that occurred.
errors: [UserError!]
}
# CreateTokenInput contains the input to create the token.
input CreateTokenInput {
@@ -1342,10 +1334,6 @@ type RootMutation {
# Mutation is restricted.
updateSettings(input: UpdateSettingsInput!): UpdateSettingsResponse
# updateWordlist will update the given Wordlist.
# Mutation is restricted.
updateWordlist(input: UpdateWordlistInput!): UpdateWordlistResponse
# Ignore comments by another user
ignoreUser(id: ID!): IgnoreUserResponse