GroupTransformer
Home > @backstage/plugin-catalog-backend-module-msgraph
> GroupTransformer
Customize the ingested Group entity
Signature:
export type GroupTransformer = (group: MicrosoftGraph.Group, groupPhoto?: string) => Promise<GroupEntity | undefined>;
References: GroupEntity