ModerationScopesInput
ModerationScopesInput describes the different scopes that a given moderator could be assigned.
type ModerationScopesInput { scoped: Boolean! siteIDs: [ID!]!}Fields#
scoped (Boolean!)#
scoped is whether or not the user's moderation priveledges are limited to specified sites
siteIDs ([ID!]!)#
siteIDs is an array of ID's that should be the list of sites that a moderator is limited to. If none are passed, it will remove the scoping for this User.