refactor: rewrite get-apps queries with RQ

This commit is contained in:
Rıdvan Akca
2024-03-06 14:36:37 +03:00
parent be62c09d06
commit c0cc6cc176
6 changed files with 48 additions and 290 deletions

View File

@@ -1,9 +1,4 @@
type Query {
getApps(
name: String
onlyWithTriggers: Boolean
onlyWithActions: Boolean
): [App]
getApp(key: String!): App
getAppConfig(key: String!): AppConfig
getAppAuthClient(id: String!): AppAuthClient