EmailDomain
EmailDomain specifies the features that apply to certain email domains
type EmailDomain { domain: String! id: ID! newUserModeration: NEW_USER_MODERATION!}
#
Fieldsdomain
(String!
)#
domain is the email domain after the @ symbol, ex. example.com
id
(ID!
)#
id is the identifier for the email domain
newUserModeration
(NEW_USER_MODERATION!
)#
newUserModeration is how new users who sign up with this email domain should be treated, ex. banned or always premoderated