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