ModerationScopesInput
ModerationScopesInput describes the different scopes that a given moderator could be assigned.
input ModerationScopesInput {
scoped: Boolean!
siteIDs: [ID!]!
}
Fields
ModerationScopesInput.scoped
● Boolean!
non-null scalar
scoped is whether or not the user's moderation priveledges are limited to specified sites
ModerationScopesInput.siteIDs
● [ID!]!
non-null scalar
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.