Skip to main content

DemoteMemberInput

No description

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

Fields#

userID (ID!)#

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

siteIDs ([String!]!)#

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

clientMutationId (String!)#

clientMutationId is required for Relay support.