RotateWebhookEndpointSigningSecretInput
No description
input RotateWebhookEndpointSigningSecretInput {
clientMutationId: String!
id: ID!
inactiveIn: Int!
}
Fields
RotateWebhookEndpointSigningSecretInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
RotateWebhookEndpointSigningSecretInput.id
● ID!
non-null scalar
id is the ID of the WebhookEndpoint being updated.
RotateWebhookEndpointSigningSecretInput.inactiveIn
● Int!
non-null scalar
inactiveIn is the number of seconds that the current active Secret should be kept active.
Member Of
rotateWebhookEndpointSigningSecret
mutation