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