DemoteMemberInput
No description
type DemoteMemberInput { userID: ID! siteIDs: [String!]! clientMutationId: String!}
#
FieldsuserID
(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.