From 45e98cd5b7eb35f8a3accac9c4c8ca48e9e62ec9 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Sat, 14 Jan 2023 18:31:42 +0100 Subject: [PATCH] fix(Editor): fetch webhookUrl upon updating step --- packages/web/src/graphql/mutations/update-step.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/graphql/mutations/update-step.ts b/packages/web/src/graphql/mutations/update-step.ts index 906a9461..c5eb459a 100644 --- a/packages/web/src/graphql/mutations/update-step.ts +++ b/packages/web/src/graphql/mutations/update-step.ts @@ -9,6 +9,7 @@ export const UPDATE_STEP = gql` appKey parameters status + webhookUrl connection { id }