UpdateUserModerationScopesInput
No description
type UpdateUserModerationScopesInput { userID: ID! moderationScopes: ModerationScopesInput! clientMutationId: String!}
#
FieldsuserID
(ID!
)#
userID is the ID of the User that should have their role updated.
moderationScopes
(ModerationScopesInput!
)#
moderationScopes defines the scopes that a given moderator should be limited to when
clientMutationId
(String!
)#
clientMutationId is required for Relay support.