Skip to content

WebhookEventInput

Payload for a webhook event

Fields

id · ID · The ID of the webhook event
event_type · String! · required · The type of webhook event

Used By

Definition

"""
Payload for a webhook event
"""
input WebhookEventInput {
"""
The ID of the webhook event
"""
id: ID
"""
The type of webhook event
"""
event_type: String!
}