Skip to main content

RotateExternalModerationPhaseSigningSecretInput

No description

input RotateExternalModerationPhaseSigningSecretInput {
clientMutationId: String!
id: ID!
inactiveIn: Int!
}

Fields

RotateExternalModerationPhaseSigningSecretInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

RotateExternalModerationPhaseSigningSecretInput.id ● ID! non-null scalar

id is the ID of the ExternalModerationPhase being updated.

RotateExternalModerationPhaseSigningSecretInput.inactiveIn ● Int! non-null scalar

inactiveIn is the number of seconds that the current active Secret should be kept active.

Member Of

rotateExternalModerationPhaseSigningSecret mutation