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