Skip to content

Conversation

@kevinkim-ogp
Copy link
Contributor

@kevinkim-ogp kevinkim-ogp commented Nov 25, 2025

TL;DR

Added a new getFlowConnections query to fetch shared connection.

What changed?

  • Created a new GraphQL query resolver getFlowConnections that returns connections associated with a specific flow
  • Added a new GraphQL type SharedFlowConnection to represent flow connections in the schema
  • Implemented handling for both regular connections and table connections
  • Added comprehensive tests to verify the functionality works correctly for different connection types
  • Updated the query resolvers to include the new resolver

How to test?

  1. Query the GraphQL endpoint with:
    query {
      getFlowConnections(flowId: "your-flow-id") {
        flowId
        connectionId
        connectionType
        appName
        appIconUrl
        addedBy
        connectionName
      }
    }
  2. Verify that regular connections (like Slack, Telegram) returned with the correct information
  3. Verify that Tile connections are returned with the correct Tile name

Copy link
Contributor Author

kevinkim-ogp commented Nov 25, 2025

@kevinkim-ogp kevinkim-ogp changed the title feat: getFlowConnections [COLLAB-CONN]: getFlowConnections query Nov 26, 2025
@kevinkim-ogp kevinkim-ogp changed the title [COLLAB-CONN]: getFlowConnections query [COLLAB-CONN-1]: getFlowConnections query Nov 26, 2025
@kevinkim-ogp kevinkim-ogp changed the title [COLLAB-CONN-1]: getFlowConnections query [COLLAB-CON-1]: getFlowConnections query Nov 26, 2025
@kevinkim-ogp kevinkim-ogp force-pushed the collab-conn/get-flow-connections-query branch from edbf3a8 to fc3338d Compare November 26, 2025 14:07
@kevinkim-ogp kevinkim-ogp marked this pull request as ready for review November 27, 2025 01:56
@kevinkim-ogp kevinkim-ogp requested a review from a team as a code owner November 27, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants