Skip to main content

DemoteModeratorInput

No description

input DemoteModeratorInput {
userID: ID!
siteIDs: [String!]!
clientMutationId: String!
}

Fields

DemoteModeratorInput.userID ● ID! non-null scalar

userID is the ID of the User that should have their moderator role demoted.

DemoteModeratorInput.siteIDs ● [String!]! non-null scalar

siteIDs are the IDs of the Sites on which the User should have their moderator role demoted.

DemoteModeratorInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

demoteModerator mutation