webhookDryRun Mutation
Performs a dry run of a webhook event. Supports a single event (the first, if multiple provided in the query). Requires permission relevant to processed event.
webhookDryRun(
objectId: ID!
query: String!
): WebhookDryRun
Show return type
Arguments
objectId ● ID!
The ID of an object to serialize.
query ● String!
The subscription query that defines the webhook event and its payload.
Type
WebhookDryRun
Performs a dry run of a webhook event. Supports a single event (the first, if multiple provided in the query). Requires permission relevant to processed event.