CreateExternalModerationPhasePayload
No description
type CreateExternalModerationPhasePayload { clientMutationId: String! phase: ExternalModerationPhase! settings: Settings!}
#
FieldsclientMutationId
(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.