CreateExternalModerationPhaseInput
No description
type CreateExternalModerationPhaseInput { clientMutationId: String! name: String! url: String! format: COMMENT_BODY_FORMAT! timeout: Int!}Fields#
clientMutationId (String!)#
clientMutationId is required for Relay support.
name (String!)#
name is the name assigned to this ExternalModerationPhase for identification purposes.
url (String!)#
url is the URL that Coral will POST moderation queries to.
format (COMMENT_BODY_FORMAT!)#
format is the format of the comment body sent.
timeout (Int!)#
timeout is the number of milliseconds that this moderation is maximum expected to take before it is skipped.