chore: remove redundant create step mutation
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user