OrganizationTransformer
Home > @backstage/plugin-catalog-backend-module-msgraph
> OrganizationTransformer
Customize the ingested organization Group entity
Signature:
export type OrganizationTransformer = (organization: MicrosoftGraph.Organization) => Promise<GroupEntity | undefined>;
References: GroupEntity