refactor: rewrite get connected apps with RQ
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
type Query {
|
||||
getConnectedApps(name: String): [App]
|
||||
placeholderQuery(name: String): Boolean
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
createAppConfig(input: CreateAppConfigInput): AppConfig
|
||||
createAppAuthClient(input: CreateAppAuthClientInput): AppAuthClient
|
||||
|
Reference in New Issue
Block a user