OBJECT
The return payload from the triggerEvent mutation
type TriggerEventPayload {# The URL where the webhook message was sentwebhookURL: URL! # The payload uuid sent in the WebhookPayloadpayloadId: ID! # The event uuid sent in the WebhookEventeventId: ID! }