updateWebhookSubscriptionSigningConfiguration| Name | Description |
|---|---|
UpdateWebhookSubscriptionSigningConfiguration_SubscriptionInput! | The details of the webhook subscription to be updated. |
UpdateWebhookSubscriptionSigningConfigurationPayload| Name | Description |
|---|---|
WebhookSubscription! | The details of the updated webhook subscription. |
mutation ($input: UpdateWebhookSubscriptionSigningConfigurationInput!) {
updateWebhookSubscriptionSigningConfiguration(input: $input) {
webhookSubscription {
hirerId {
value
}
id {
value
}
schemeId
}
}
}