chore: remove redundant update step mutation

This commit is contained in:
Ali BARIN
2024-09-18 14:07:02 +00:00
committed by Faruk AYDIN
parent 074e7828f3
commit cd16a3cc15
4 changed files with 0 additions and 100 deletions

View File

@@ -1,17 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_STEP = gql`
mutation UpdateStep($input: UpdateStepInput) {
updateStep(input: $input) {
id
type
key
appKey
parameters
status
webhookUrl
connection {
id
}
}
}
`;