chore: remove update-config mutation

This commit is contained in:
Ali BARIN
2024-08-29 13:22:35 +00:00
parent cce5b3b533
commit 1f39765efe
3 changed files with 0 additions and 43 deletions

View File

@@ -16,7 +16,6 @@ type Mutation {
generateAuthUrl(input: GenerateAuthUrlInput): AuthLink
registerUser(input: RegisterUserInput): User
resetConnection(input: ResetConnectionInput): Connection
updateConfig(input: JSONObject): JSONObject
updateConnection(input: UpdateConnectionInput): Connection
updateCurrentUser(input: UpdateCurrentUserInput): User
updateFlow(input: UpdateFlowInput): Flow