chore: remove redundant update connection mutation

This commit is contained in:
Ali BARIN
2024-09-24 11:10:56 +00:00
parent 24d09fda4c
commit bc0e18d074
5 changed files with 4 additions and 56 deletions

View File

@@ -4,7 +4,6 @@ type Query {
type Mutation {
resetConnection(input: ResetConnectionInput): Connection
updateConnection(input: UpdateConnectionInput): Connection
verifyConnection(input: VerifyConnectionInput): Connection
}
@@ -186,12 +185,6 @@ type SamlAuthProvidersRoleMapping {
remoteRoleName: String
}
input UpdateConnectionInput {
id: String!
formattedData: JSONObject
appAuthClientId: String
}
input ResetConnectionInput {
id: String!
}