CreateExternalModerationPhasePayload
No description
type CreateExternalModerationPhasePayload {
  clientMutationId: String!
  phase: ExternalModerationPhase!
  settings: Settings!
}
Fields
CreateExternalModerationPhasePayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
CreateExternalModerationPhasePayload.phase ● ExternalModerationPhase! non-null object
phase is the ExternalModerationPhase that we just created.
CreateExternalModerationPhasePayload.settings ● Settings! non-null object
settings is the updated settings also containing the new phase.
Returned by
createExternalModerationPhase  mutation