chore: remove redundant delete step mutation

This commit is contained in:
Ali BARIN
2024-09-18 15:50:01 +00:00
committed by Faruk AYDIN
parent f94a5385d7
commit 1297f5d43c
4 changed files with 0 additions and 61 deletions

View File

@@ -4,7 +4,6 @@ type Query {
type Mutation {
createConnection(input: CreateConnectionInput): Connection
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
deleteStep(input: DeleteStepInput): Step
executeFlow(input: ExecuteFlowInput): executeFlowType
generateAuthUrl(input: GenerateAuthUrlInput): AuthLink
resetConnection(input: ResetConnectionInput): Connection
@@ -257,10 +256,6 @@ input UpdateStepInput {
previousStep: PreviousStepInput
}
input DeleteStepInput {
id: String!
}
input CreateUserInput {
fullName: String!
email: String!