OBJECT

WebhookUpdatePayload

Return type for updateWebhook mutation.

link GraphQL Schema definition

  • type WebhookUpdatePayload {
  • # The updated webhook object.
  • webhook: Webhook
  • # List of errors that occurred executing the mutation.
  • webhookUserErrors: [DisplayableError!]!
  • }