Merge pull request #1793 from automatisch/AUT-682
refactor: rewrite useAuthClients with RQ
This commit is contained in:
@@ -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
|
||||
getStepWithTestExecutions(stepId: String!): [Step]
|
||||
|
Reference in New Issue
Block a user