Merge pull request #8027 from backstage/catalog-query-isolation

catalog-backend: ensure subqueries are isolated from one another
This commit is contained in:
Ben Lambert
2021-11-17 11:26:40 +01:00
committed by GitHub
2 changed files with 16 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Adjust entity query construction to ensure sub-queries are always isolated from one another.