INPUT_OBJECT
WebhookUpdateMutationInput
Autogenerated input type of WebhookUpdateMutation
link GraphQL Schema definition
- input WebhookUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Webhook ID to be updated.
- ID! :
- # Attributes for updating the webhook.
- WebhookInput :
- }