Skip to main content

UpdateExternalModerationPhasePayload

No description

type UpdateExternalModerationPhasePayload {
clientMutationId: String!
phase: ExternalModerationPhase!
}

Fields

UpdateExternalModerationPhasePayload.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

UpdateExternalModerationPhasePayload.phase ● ExternalModerationPhase! non-null object

phase is the ExternalModerationPhase that we just updated.

Returned by

updateExternalModerationPhase mutation