UpdateExternalModerationPhaseInput
No description
type UpdateExternalModerationPhaseInput { clientMutationId: String! id: ID! name: String url: String format: COMMENT_BODY_FORMAT timeout: Int}
#
FieldsclientMutationId
(String!
)#
clientMutationId is required for Relay support.
id
(ID!
)#
id is the ID of the ExternalModerationPhase being updated.
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.