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,15 +0,0 @@
import { gql } from '@apollo/client';
export const GET_CONNECTED_APPS = gql`
query GetConnectedApps($name: String) {
getConnectedApps(name: $name) {
key
name
iconUrl
docUrl
primaryColor
connectionCount
flowCount
supportsConnections
}
}
`;