OBJECT

WebhookCreatePayload

Return type for createWebhook mutation.

link GraphQL Schema definition

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