Merge pull request #9379 from backjo/feature/AddExpandParamToMsGraphQuery

feat: add optional userExpand parameter for ms graph
This commit is contained in:
Ben Lambert
2022-02-07 19:27:23 +01:00
committed by GitHub
5 changed files with 18 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Add userExpand option to allow users to expand fields retrieved from the Graph API - for use in custom transformers