DeleteExternalModerationPhaseInput
No description
input DeleteExternalModerationPhaseInput {
clientMutationId: String!
id: ID!
}
Fields
DeleteExternalModerationPhaseInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
DeleteExternalModerationPhaseInput.id
● ID!
non-null scalar
id is the ID of the ExternalModerationPhase being deleted.
Member Of
deleteExternalModerationPhase
mutation