DemoteModeratorInput
No description
type DemoteModeratorInput { userID: ID! siteIDs: [String!]! clientMutationId: String!}
#
FieldsuserID
(ID!
)#
userID is the ID of the User that should have their moderator role demoted.
siteIDs
([String!]!
)#
siteIDs are the IDs of the Sites on which the User should have their moderator role demoted.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.