PromoteModeratorPayload
No description
type PromoteModeratorPayload {
clientMutationId: String!
user: User!
}
Fields
PromoteModeratorPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
PromoteModeratorPayload.user
● User!
non-null object
user is the possibly modified User.
Returned By
promoteMember
mutation ● promoteModerator
mutation