PromoteModeratorInput
No description
input PromoteModeratorInput {
userID: ID!
siteIDs: [String!]!
clientMutationId: String!
}
Fields
PromoteModeratorInput.userID
● ID!
non-null scalar
userID is the ID of the User that should have their role promoted.
PromoteModeratorInput.siteIDs
● [String!]!
non-null scalar
siteIDs are the IDs of the Sites on which the User should have their role promoted.
PromoteModeratorInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
promoteModerator
mutation