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