Skip to main content

CreateModeratorNoteInput

No description

type CreateModeratorNoteInput {  clientMutationId: String!  body: String!  userID: ID!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

body (String!)#

body is the content of the Note

userID (ID!)#

userID the id of the User who is the subject of the note.