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