Skip to main content
Version: Next

defaultOrganizationTransformer()

Home > @backstage/plugin-catalog-backend-module-msgraph > defaultOrganizationTransformer

The default implementation of the transformation from a graph organization entry to a Group entity.

Signature:

function defaultOrganizationTransformer(organization: MicrosoftGraph.Organization): Promise<GroupEntity | undefined>;

Parameters

ParameterTypeDescription
organizationMicrosoftGraph.Organization

Returns:

Promise<GroupEntity | undefined>