updated based on cvle's feedback

This commit is contained in:
Wyatt Johnson
2017-08-31 11:48:38 -06:00
parent 7b71511cae
commit dfd77dbf63
4 changed files with 15 additions and 17 deletions
+2
View File
@@ -1209,9 +1209,11 @@ type RootMutation {
removeTag(tag: ModifyTagInput!): ModifyTagResponse!
# updateSettings will update the global settings.
# 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