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