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