use object as param in refresh function

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-09-07 17:16:54 +02:00
parent fabd576219
commit 9743bc788c
6 changed files with 24 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-node': minor
---
Added refresh function to the `EntityProviderConnection` to be able to schedule refreshes from entity providers.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-backend': minor
---
Added refresh function to the EntityProviderConnection to be able to schedule refreshes from entity providers.
Added the `refresh` function to the Connection of the entity providers.