Skip to main content

DemoteMemberInput

No description

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

Fields

DemoteMemberInput.userID ● ID! non-null scalar

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

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

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

DemoteMemberInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

demoteMember mutation