INPUT_OBJECT

WebhookEventInput

Payload for a webhook event

link GraphQL Schema definition

  • input WebhookEventInput {
  • # The ID of the webhook event
  • id: ID
  • # The type of webhook event
  • event_type: String!
  • }