UpdateExternalModerationPhaseInput
No description
input UpdateExternalModerationPhaseInput {
  clientMutationId: String!
  id: ID!
  name: String
  url: String
  format: COMMENT_BODY_FORMAT
  timeout: Int
}
Fields
UpdateExternalModerationPhaseInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
UpdateExternalModerationPhaseInput.id ● ID! non-null scalar
id is the ID of the ExternalModerationPhase being updated.
UpdateExternalModerationPhaseInput.name ● String scalar
name is the name assigned to this ExternalModerationPhase for identification purposes.
UpdateExternalModerationPhaseInput.url ● String scalar
url is the URL that Coral will POST moderation queries to.
UpdateExternalModerationPhaseInput.format ● COMMENT_BODY_FORMAT enum
format is the format of the comment body sent.
UpdateExternalModerationPhaseInput.timeout ● Int scalar
timeout is the number of milliseconds that this moderation is maximum expected to take before it is skipped.
Member Of
updateExternalModerationPhase  mutation