Remove webhook data id from graphql

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-02-13 13:21:54 +01:00
parent ae6e6b665b
commit 007f58d76f
4 changed files with 0 additions and 47 deletions

View File

@@ -2346,7 +2346,6 @@ input WebhookEventOrder
type WebhookEvent implements Node {
id: ID!
webhookDataId: ID!
webhookConfigurationId: ID!
endpointUrl: String!
status: WebhookEventStatus!