ExternalIntegrations
No description
type ExternalIntegrations {
  akismet: AkismetExternalIntegration!
  perspective: PerspectiveExternalIntegration!
  external: CustomExternalIntegration
}
Fields
ExternalIntegrations.akismet ● AkismetExternalIntegration! non-null object
akismet provides integration with the Akismet Spam detection service.
ExternalIntegrations.perspective ● PerspectiveExternalIntegration! non-null object
perspective provides integration with the Perspective API comment analysis platform.
ExternalIntegrations.external ● CustomExternalIntegration object
external provides integration details for external moderation phases that can be used in the moderation pipeline.
Member Of
Settings  object