All Release Notes
Changed the fields ‘BusinessUnit.associateMode’, ‘Associate.associateRoleAssignments’, and ‘AssociateRoleAssignment.inheritance’ to be mandatory in responses
12 May 2023
Composable Commerce
HTTP API
Enhancement
B2BGraphQL
We have made the fields BusinessUnit.associateMode, Associate.associateRoleAssignments, and AssociateRoleAssignment.inheritance mandatory in responses. They were previously optional during the closed beta period.
Changes:
- [GraphQL API] Changed the
BusinessUnittype:BusinessUnit.associateModefield type changed fromBusinessUnitAssociateModetoBusinessUnitAssociateMode!
- [GraphQL API] Changed the
Associatetype:Associate.associateRoleAssignmentsfield type changed from[AssociateRoleAssignment!]to[AssociateRoleAssignment!]!
- [GraphQL API] Changed the
AssociateRoleAssignmenttype:AssociateRoleAssignment.inheritancefield type changed fromAssociateInheritanceModetoAssociateInheritanceMode!