chore: remove redundant create flow mutation

This commit is contained in:
Ali BARIN
2024-09-18 14:53:06 +00:00
parent 2e5dfdbb0d
commit 342990e1bf
4 changed files with 0 additions and 62 deletions

View File

@@ -3,7 +3,6 @@ type Query {
}
type Mutation {
createConnection(input: CreateConnectionInput): Connection
createFlow(input: CreateFlowInput): Flow
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
deleteCurrentUser: Boolean
deleteFlow(input: DeleteFlowInput): Boolean
@@ -240,11 +239,6 @@ input VerifyConnectionInput {
id: String!
}
input CreateFlowInput {
triggerAppKey: String
connectionId: String
}
input UpdateFlowStatusInput {
id: String!
active: Boolean!