CreateExternalModerationPhasePayload
No description
type CreateExternalModerationPhasePayload { clientMutationId: String! phase: ExternalModerationPhase! settings: Settings!}Fields#
clientMutationId (String!)#
clientMutationId is required for Relay support.
phase (ExternalModerationPhase!)#
phase is the ExternalModerationPhase that we just created.
settings (Settings!)#
settings is the updated settings also containing the new phase.