Skip to content

Commit 25f946f

Browse files
authored
feat: add pipe for repository groups fetching (#3389)
Signed-off-by: Gašper Grom <[email protected]>
1 parent a4f2a0a commit 25f946f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
NODE repository_groups_list_repositories
2+
SQL >
3+
SELECT name, slug, repositories
4+
FROM repositoryGroups
5+
WHERE deletedAt = '' AND insightsProjectId = (SELECT insightsProjectId FROM segments_filtered)

0 commit comments

Comments
 (0)