chore: remove delete-connection mutation

This commit is contained in:
Ali BARIN
2024-08-28 13:28:06 +00:00
parent 990e69143d
commit 59278378e5
5 changed files with 0 additions and 30 deletions

View File

@@ -7,7 +7,6 @@ type Mutation {
createRole(input: CreateRoleInput): Role
createStep(input: CreateStepInput): Step
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
deleteConnection(input: DeleteConnectionInput): Boolean
deleteCurrentUser: Boolean
deleteFlow(input: DeleteFlowInput): Boolean
deleteRole(input: DeleteRoleInput): Boolean
@@ -292,10 +291,6 @@ input SamlAuthProviderRoleMappingInput {
remoteRoleName: String!
}
input DeleteConnectionInput {
id: String!
}
input CreateFlowInput {
triggerAppKey: String
connectionId: String