Skip to main content

eventToWebHookConfigUpdate

Updates an existing entity

eventToWebHookConfigUpdate(
id: String!
input: EventToWebHookConfigUpdateInput!
): EventToWebHookConfig!

Arguments

eventToWebHookConfigUpdate.id ● String! non-null scalar

The ID of the event, uuid v7 format

eventToWebHookConfigUpdate.input ● EventToWebHookConfigUpdateInput! non-null input

Updated EventToWebHookConfig entity

Type

EventToWebHookConfig object

The configuration for posting a payload to a WebHook when an event gets triggered which has the url as a field to store where to post the payload to.