EmailDomain
EmailDomain specifies the features that apply to certain email domains
type EmailDomain {
  domain: String!
  id: ID!
  newUserModeration: NEW_USER_MODERATION!
}
Fields
EmailDomain.domain ● String! non-null scalar
domain is the email domain after the @ symbol, ex. example.com
EmailDomain.id ● ID! non-null scalar
id is the identifier for the email domain
EmailDomain.newUserModeration ● NEW_USER_MODERATION! non-null enum
newUserModeration is how new users who sign up with this email domain should be treated, ex. banned or always premoderated
Returned By
emailDomain  query
Member Of
Settings  object