2 July 2025
B2BCustomersGraphQL
When changing a Business Unit's associate mode from
ExplicitAndFromParent
to Explicit
, inherited Associates can now be retained as explicit Associates. This enhancement helps maintain access and preserve Associate relationships during organizational restructuring.Changes:
- [API] Added the
makeInheritedAssociatesExplicit
field to the Change Associate Mode update action in the Business Units API. - [GraphQL API] Added the
makeInheritedAssociatesExplicit
input field to theChangeBusinessUnitAssociateMode
type.
The following changes were introduced in terms of GraphQL SDL:
extend input ChangeBusinessUnitAssociateMode {
makeInheritedAssociatesExplicit: Boolean = false
}