refactor: rewrite useAuthClients with RQ

This commit is contained in:
kasia.oczkowska
2024-04-05 15:28:23 +01:00
parent 4b9ed29cc0
commit 91458f91ef
9 changed files with 54 additions and 84 deletions

View File

@@ -1,7 +1,6 @@
type Query {
getApp(key: String!): App
getAppAuthClient(id: String!): AppAuthClient
getAppAuthClients(appKey: String!, active: Boolean): [AppAuthClient]
getConnectedApps(name: String): [App]
testConnection(id: String!): Connection
getFlow(id: String!): Flow