chore: remove redundant create step mutation

This commit is contained in:
Ali BARIN
2024-09-06 17:30:56 +00:00
parent af56fa2830
commit 852d4bba0a
4 changed files with 0 additions and 89 deletions

View File

@@ -1,19 +0,0 @@
import { gql } from '@apollo/client';
export const CREATE_STEP = gql`
mutation CreateStep($input: CreateStepInput) {
createStep(input: $input) {
id
type
key
appKey
parameters
iconUrl
position
webhookUrl
status
connection {
id
}
}
}
`;