INPUT_OBJECT
UpdateWebhookStatusInput
Description
The input values for updating the webhook status.
link GraphQL Schema definition
- input UpdateWebhookStatusInput {
- # The ID of the webhook to be updated.
- : Int!
- # The status of the webhook.
- : WebhookStatusV2!
- }