8.26.0
@comet/cms-api@8.26.0
Minor Changes
-
7f8313b: Allow
AffectedScopeto return multiple scopesThe
argsToScopefunction can now returnContentScope[]in addition to a singleContentScope. When multiple scopes are returned, the user must have access to all of them (AND relationship).@AffectedScope((args: MyArgs) => [{ domain: args.fromDomain }, { domain: args.toDomain }])