CreateModeratorNotePayload
No description
type CreateModeratorNotePayload {
  clientMutationId: String!
  user: User!
}
Fields
CreateModeratorNotePayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
CreateModeratorNotePayload.user ● User! non-null object
createdBy is the moderator who created the note user is the updated user.
Returned by
createModeratorNote  mutation