OBJECT
WebhookUpdatePayload
Return type for updateWebhook mutation.
link GraphQL Schema definition
- type WebhookUpdatePayload {
- # The updated webhook object.
- : Webhook
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }