12 May 2023
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!