INPUT_OBJECT
UpdateWebhookV2Input
Description
The input values for updating the webhook configuration.
link GraphQL Schema definition
- input UpdateWebhookV2Input {
- # The ID of the webhook to be updated.
- : Int!
- # Webhook configuration information.
- : WebhookPayload!
- }