chore: remove redundant update step mutation

This commit is contained in:
Ali BARIN
2024-09-19 13:31:31 +03:00
committed by Faruk AYDIN
parent 074e7828f3
commit cd16a3cc15
4 changed files with 0 additions and 100 deletions
@@ -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
}
}
}
`;