DeleteModeratorNoteInput
No description
input DeleteModeratorNoteInput {
clientMutationId: String!
userID: ID!
id: ID!
}
Fields
DeleteModeratorNoteInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
DeleteModeratorNoteInput.userID
● ID!
non-null scalar
userID is the user who is the subject of the note
DeleteModeratorNoteInput.id
● ID!
non-null scalar
id is the identifier of the note
Member Of
deleteModeratorNote
mutation