CreateModeratorNotePayloadNo descriptiontype CreateModeratorNotePayload { clientMutationId: String! user: User!}CopyFields#clientMutationId (String!)#clientMutationId is required for Relay support.user (User!)#createdBy is the moderator who created the note user is the updated user.