refactor: Remove redundant getAppConnections query

This commit is contained in:
Faruk AYDIN
2022-07-26 23:42:00 +03:00
parent 18cdd226bb
commit cb26948db6
3 changed files with 0 additions and 30 deletions

View File

@@ -2,7 +2,6 @@ type Query {
getApps(name: String, onlyWithTriggers: Boolean): [App]
getApp(key: AvailableAppsEnumType!): App
getConnectedApps(name: String): [App]
getAppConnections(key: AvailableAppsEnumType!): [Connection]
testConnection(id: String!): Connection
getFlow(id: String!): Flow
getFlows(appKey: String): [Flow]