CreateModeratorNoteInput
No description
input CreateModeratorNoteInput {
  clientMutationId: String!
  body: String!
  userID: ID!
}
Fields
CreateModeratorNoteInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
CreateModeratorNoteInput.body ● String! non-null scalar
body is the content of the Note
CreateModeratorNoteInput.userID ● ID! non-null scalar
userID the id of the User who is the subject of the note.
Member Of
createModeratorNote  mutation