AkismetExternalIntegration
No description
type AkismetExternalIntegration {
  enabled: Boolean!
  ipBased: Boolean!
  key: String
  site: String
}
Fields
AkismetExternalIntegration.enabled ● Boolean! non-null scalar
enabled when True will enable the integration.
AkismetExternalIntegration.ipBased ● Boolean! non-null scalar
ipBased when True will enable IP-based spam detection.
AkismetExternalIntegration.key ● String scalar
The key for the Akismet integration.
AkismetExternalIntegration.site ● String scalar
The site (blog) for the Akismet integration.
Member Of
ExternalIntegrations  object