Skip to main content

CommenterAccountFeatures

CommenterAccountFeatures stores the configuration for commenter account features.

type CommenterAccountFeatures {
changeUsername: Boolean!
downloadComments: Boolean!
deleteAccount: Boolean!
}

Fields

CommenterAccountFeatures.changeUsername ● Boolean! non-null scalar

changeUsername when true, non-sso user may change username every 14 days

CommenterAccountFeatures.downloadComments ● Boolean! non-null scalar

downloadComments when true, user may download their comment history

CommenterAccountFeatures.deleteAccount ● Boolean! non-null scalar

deleteAccount when true, non-sso user may permanently delete their account

Member Of

Settings object