refactor: rewrite get connected apps with RQ

This commit is contained in:
kasia.oczkowska
2024-04-11 13:29:11 +01:00
parent 897c96361f
commit b549ba3e39
9 changed files with 48 additions and 115 deletions

View File

@@ -1,7 +1,6 @@
type Query {
getConnectedApps(name: String): [App]
placeholderQuery(name: String): Boolean
}
type Mutation {
createAppConfig(input: CreateAppConfigInput): AppConfig
createAppAuthClient(input: CreateAppAuthClientInput): AppAuthClient