defaultGroupTransformer()
Home > @backstage/plugin-catalog-backend-module-msgraph
> defaultGroupTransformer
The default implementation of the transformation from a graph group entry to a Group entity.
Signature:
function defaultGroupTransformer(group: MicrosoftGraph.Group, groupPhoto?: string): Promise<GroupEntity | undefined>;
Parameters
Parameter |
Type |
Description |
---|---|---|
group |
MicrosoftGraph.Group | |
groupPhoto |
string |
(Optional) |
Promise<GroupEntity | undefined>