Merge branch 'master' into gdpr-delete

This commit is contained in:
Wyatt Johnson
2018-04-20 12:07:10 -06:00
committed by GitHub
30 changed files with 470 additions and 18 deletions
+6
View File
@@ -841,6 +841,9 @@ type Settings {
# organizationName is the name of the organization.
organizationName: String
# organizationContactEmail is the email of the organization.
organizationContactEmail: String
# wordlist will return a given list of words.
wordlist: Wordlist
@@ -1297,6 +1300,9 @@ input UpdateSettingsInput {
# organizationName is the name of the organization.
organizationName: String
# organizationContactEmail is the email of the organization.
organizationContactEmail: String
# editCommentWindowLength is the length of time (in milliseconds) after a
# comment is posted that it can still be edited by the author.
editCommentWindowLength: Int