DeleteExternalModerationPhasePayload
No description
type DeleteExternalModerationPhasePayload {
clientMutationId: String!
phase: ExternalModerationPhase!
}
Fields
DeleteExternalModerationPhasePayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
DeleteExternalModerationPhasePayload.phase ● ExternalModerationPhase! non-null object
phase is the ExternalModerationPhase that we just deleted.
Returned By
deleteExternalModerationPhase mutation